Html Css Color HEX #D06C20 Chocolate

📋 copy color: '#D06C20'

red 208 ◦ green 108 ◦ blue 32

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

Shades of Chocolate #D06C20

Tints of Chocolate #D06C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 59.77%
G = 31.03%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06C20 (or 0xD06C20) is known color: Chocolate. HEX triplet: D0, 6C and 20. RGB value is (208,108,32). Sum of RGB (Red+Green+Blue) = 208+108+32=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C20 is #2F93DF. Grayscale: #818181. Windows color (decimal): -3118048 or 2125008. OLE color: 2125008.

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

Color convert

RGB 208 108 32 -
CMYK 0 0.48 0.85 0.18
HSL 25.91º 0.73% 0.47% -
HSV(B) 25.91º 0.85% 0.82% -
XYZ 31.64 24.24 4.38 -
YUV 129.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 208 108 32 0 0.48 0.85 0.18 25.91 0.73 0.47
Hex D0 6C 20 0 30 55 12 1A 49 2F
Octal 320 154 40 0 60 125 22 32 111 57
Binary 11010000 1101100 100000 0 110000 1010101 10010 11010 1001001 101111

Color Harmonies of #D06C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C20

Black with #D06C20

Text Example


Text Example

White with #D06C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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