Html Css Color HEX #D06032 Chilean Fire

📋 copy color: '#D06032'

red 208 ◦ green 96 ◦ blue 50

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

Shades of Chilean Fire #D06032

Tints of Chilean Fire #D06032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 58.76%
G = 27.12%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D06032 (or 0xD06032) is known color: Chilean Fire. HEX triplet: D0, 60 and 32. RGB value is (208,96,50). Sum of RGB (Red+Green+Blue) = 208+96+50=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D06032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06032 is #2F9FCD. Grayscale: #7C7C7C. Windows color (decimal): -3121102 or 3301584. OLE color: 3301584.

HSL color Cylindrical-coordinate representation of color #D06032: hue angle of 17.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D06032 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 50 -
CMYK 0 0.54 0.76 0.18
HSL 17.47º 0.63% 0.51% -
HSV(B) 17.47º 0.76% 0.82% -
XYZ 30.77 22.01 5.64 -
YUV 124.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 208 96 50 0 0.54 0.76 0.18 17.47 0.63 0.51
Hex D0 60 32 0 36 4C 12 11 3F 33
Octal 320 140 62 0 66 114 22 21 77 63
Binary 11010000 1100000 110010 0 110110 1001100 10010 10001 111111 110011

Color Harmonies of #D06032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06032

Black with #D06032

Text Example


Text Example

White with #D06032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06032; }

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

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

background-color css

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

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

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

border-color css

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

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

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