Html Css Color HEX #D06129 Chilean Fire

📋 copy color: '#D06129'

red 208 ◦ green 97 ◦ blue 41

#D06129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #D06129

Tints of Chilean Fire #D06129

RGB

 RED value IS 208 (81.64% from 255) = 60.12%

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 60.12%
G = 28.03%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D06129 (or 0xD06129) is known color: Chilean Fire. HEX triplet: D0, 61 and 29. RGB value is (208,97,41). Sum of RGB (Red+Green+Blue) = 208+97+41=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06129 is #2F9ED6. Grayscale: #7C7C7C. Windows color (decimal): -3120855 or 2712016. OLE color: 2712016.

HSL color Cylindrical-coordinate representation of color #D06129: hue angle of 20.12º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D06129 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 41 -
CMYK 0 0.53 0.80 0.18
HSL 20.12º 0.67% 0.49% -
HSV(B) 20.12º 0.8% 0.82% -
XYZ 30.69 22.12 4.75 -
YUV 123.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 208 97 41 0 0.53 0.80 0.18 20.12 0.67 0.49
Hex D0 61 29 0 35 50 12 14 43 31
Octal 320 141 51 0 65 120 22 24 103 61
Binary 11010000 1100001 101001 0 110101 1010000 10010 10100 1000011 110001

Color Harmonies of #D06129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06129

Black with #D06129

Text Example


Text Example

White with #D06129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06129; }

 p { color: rgb(208,97,41); }

 H1.HeaderClassName
 {
   color: #D06129;
 }
 .AnyTagClassName
 {
   color: #D06129;
 }
</style>

background-color css

<style>
 a { background-color: #D06129; }

 a { background-color: rgb(208,97,41); }

 div.DivClassName
 {
   background-color: #D06129;
 }
 .BgClassName
 {
   background-color: #D06129;
 }
</style>

border-color css

<style>
 span { border-color: #D06129; }

 span { border-color: rgb(208,97,41); }

 td.TdClassName
 {
   border-color: #D06129;
 }
 .TagClassName
 {
   border-color: #D06129;
 }
</style>