Html Css Color HEX #D06020 Chocolate

📋 copy color: '#D06020'

red 208 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #D06020

Tints of Chocolate #D06020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 61.9%
G = 28.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06020 (or 0xD06020) is known color: Chocolate. HEX triplet: D0, 60 and 20. RGB value is (208,96,32). Sum of RGB (Red+Green+Blue) = 208+96+32=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06020 is #2F9FDF. Grayscale: #7A7A7A. Windows color (decimal): -3121120 or 2121936. OLE color: 2121936.

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

Color convert

RGB 208 96 32 -
CMYK 0 0.54 0.85 0.18
HSL 21.82º 0.73% 0.47% -
HSV(B) 21.82º 0.85% 0.82% -
XYZ 30.46 21.88 3.98 -
YUV 122.19 77.11 189.2 -
System Red Green Blue C M Y K H S L
Decimal 208 96 32 0 0.54 0.85 0.18 21.82 0.73 0.47
Hex D0 60 20 0 36 55 12 16 49 2F
Octal 320 140 40 0 66 125 22 26 111 57
Binary 11010000 1100000 100000 0 110110 1010101 10010 10110 1001001 101111

Color Harmonies of #D06020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06020

Black with #D06020

Text Example


Text Example

White with #D06020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06020; }

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

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

background-color css

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

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

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

border-color css

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

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

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