Html Css Color HEX #D06620 Chocolate

📋 copy color: '#D06620'

red 208 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #D06620

Tints of Chocolate #D06620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 60.82%
G = 29.82%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06620 (or 0xD06620) is known color: Chocolate. HEX triplet: D0, 66 and 20. RGB value is (208,102,32). Sum of RGB (Red+Green+Blue) = 208+102+32=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06620 is #2F99DF. Grayscale: #7E7E7E. Windows color (decimal): -3119584 or 2123472. OLE color: 2123472.

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

Color convert

RGB 208 102 32 -
CMYK 0 0.51 0.85 0.18
HSL 23.86º 0.73% 0.47% -
HSV(B) 23.86º 0.85% 0.82% -
XYZ 31.02 23.02 4.17 -
YUV 125.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 208 102 32 0 0.51 0.85 0.18 23.86 0.73 0.47
Hex D0 66 20 0 33 55 12 18 49 2F
Octal 320 146 40 0 63 125 22 30 111 57
Binary 11010000 1100110 100000 0 110011 1010101 10010 11000 1001001 101111

Color Harmonies of #D06620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06620

Black with #D06620

Text Example


Text Example

White with #D06620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06620; }

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

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

background-color css

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

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

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

border-color css

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

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

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