Html Css Color HEX #D06029 Chilean Fire

📋 copy color: '#D06029'

red 208 ◦ green 96 ◦ blue 41

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

Shades of Chilean Fire #D06029

Tints of Chilean Fire #D06029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 60.29%
G = 27.83%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D06029 (or 0xD06029) is known color: Chilean Fire. HEX triplet: D0, 60 and 29. RGB value is (208,96,41). Sum of RGB (Red+Green+Blue) = 208+96+41=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06029 is #2F9FD6. Grayscale: #7B7B7B. Windows color (decimal): -3121111 or 2711760. OLE color: 2711760.

HSL color Cylindrical-coordinate representation of color #D06029: hue angle of 19.76º 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 #D06029 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 41 -
CMYK 0 0.54 0.80 0.18
HSL 19.76º 0.67% 0.49% -
HSV(B) 19.76º 0.8% 0.82% -
XYZ 30.6 21.94 4.72 -
YUV 123.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 208 96 41 0 0.54 0.80 0.18 19.76 0.67 0.49
Hex D0 60 29 0 36 50 12 14 43 31
Octal 320 140 51 0 66 120 22 24 103 61
Binary 11010000 1100000 101001 0 110110 1010000 10010 10100 1000011 110001

Color Harmonies of #D06029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06029

Black with #D06029

Text Example


Text Example

White with #D06029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06029; }

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

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

background-color css

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

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

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

border-color css

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

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

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