Html Css Color HEX #D06229 Chilean Fire

📋 copy color: '#D06229'

red 208 ◦ green 98 ◦ blue 41

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

Shades of Chilean Fire #D06229

Tints of Chilean Fire #D06229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 59.94%
G = 28.24%
B = 11.82%

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

#D06229 (or 0xD06229) is known color: Chilean Fire. HEX triplet: D0, 62 and 29. RGB value is (208,98,41). Sum of RGB (Red+Green+Blue) = 208+98+41=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D06229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06229 is #2F9DD6. Grayscale: #7C7C7C. Windows color (decimal): -3120599 or 2712272. OLE color: 2712272.

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

Color convert

RGB 208 98 41 -
CMYK 0 0.53 0.80 0.18
HSL 20.48º 0.67% 0.49% -
HSV(B) 20.48º 0.8% 0.82% -
XYZ 30.78 22.31 4.78 -
YUV 124.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 208 98 41 0 0.53 0.80 0.18 20.48 0.67 0.49
Hex D0 62 29 0 35 50 12 14 43 31
Octal 320 142 51 0 65 120 22 24 103 61
Binary 11010000 1100010 101001 0 110101 1010000 10010 10100 1000011 110001

Color Harmonies of #D06229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06229

Black with #D06229

Text Example


Text Example

White with #D06229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06229; }

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

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

background-color css

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

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

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

border-color css

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

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

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