COLOR #D18429

HEX: #D18429
RGB: (209,132,41)

Renk bilgisi

#D18429 contains mainly red color. #D18429 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D18429 color RGB value is (209,132,41).

  • kırmız ton 209;
  • yeşil ton 132;
  • mavi ton 41.
RGB:
(209,132,41)
(82%,52%,16%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 132 of 255 = 52%
B 41 of 255 = 16%

209
132
41

R + G + B ~ 50%. #D18429 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 132 + 41 = 382 (100%)
R 209 of 382 ~ 54.71%
G 132 of 382 ~ 34.55%
B 41 of 382 ~ 10.73%

%54.71
%34.55
%10.73

CMYK RENK MODELİ

#D18429 rengi CMYK tonu (0,37,80,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.84%
  • sarı tonu 80.38%
  • ana renk tonu 18.04%
CMYK:
(0,37,80,18)
C0M37Y80K18 
(0%,37%,80%,18%)
(0.00/0.37/0.80/0.18)	

CMYK yüzdeleri

%0
%36.84
%80.38
%18.04

Codes

Color #D18429 in popluar color models

D18429
RGB20913241
HSL33°67.20%49.02%
HSB/HSV33°80.38%81.96%
CMYK0.00%36.84%80.38%
18.04%

Color #D18429 in popluar number systems.

HEXD18429
Decimal20913241
Binary1101000110000100101001
Octal32120451

Shades and tints

Shades of #D18429

#D18429
(209,132,41)
#BE7826
(190,120,38)
#AB6C23
(171,108,35)
#986020
(152,96,32)
#85541D
(133,84,29)
#72481A
(114,72,26)
#5F3C17
(95,60,23)
#4C3014
(76,48,20)
#392411
(57,36,17)
#26180E
(38,24,14)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #D18429

#D18429
(209,132,41)
#D58F3C
(213,143,60)
#D99A4F
(217,154,79)
#DDA562
(221,165,98)
#E1B075
(225,176,117)
#E5BB88
(229,187,136)
#E9C69B
(233,198,155)
#EDD1AE
(237,209,174)
#F1DCC1
(241,220,193)
#F5E7D4
(245,231,212)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18429 color. Also use rgb(209,132,41) instead hex code.

Text Font Color

.myTextColor { color: #D18429; }

<p style="color:#D18429">This sample text font color is #D18429.</p>

This text font color is #D18429.


Background Color

.myBgColor { background-color: #D18429; }

<div style="background-color:#D18429">Inner text</div>

This div background color is #D18429.


Border color

.myBorderColor { border: 1px solid #D18429; }

<div style="border:3px solid #D18429">Div</div>

This div border color is #D18429.


Opacity

.myOpacity80 { color: #D18429; opacity: 0.8; }

<p style="color:#D18429;opacity:0.8;">80%</p>

Text with #D18429 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D18429;}

<p style="text-shadow: 3px 3px 1px #D18429">Text here.</p>

This text has shadow with #D18429 color.

.textShadow {text-shadow: 3px 3px 1px #D18429, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D18429, 5px 5px 20px red">Text here.</p>

This text has shadow with #D18429 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D18429, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D18429, Direction=45, Strength=4)">Text</p>

This text has shadow with #D18429 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D18429;
  -webkit-box-shadow:	1px 1px 3px 2px #D18429;
  box-shadow:		1px 1px 3px 2px #D18429;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D18429;
-webkit-box-shadow: 1px 1px 3px 2px #D18429;
box-shadow:1px 1px 3px 2px #D18429;">
Div content here</div>
This div box has shadow with color #D18429.

Preview

Color preview on black background

This text has color #D18429 on black background.


Color preview on white background

This text has color #D18429 on white background.



Black color preview on #D18429 background

This text has black color on #D18429 background.


White color preview on #D18429 background

This text has white color on #D18429 background.