Html Css Color HEX #D06220 Chocolate

📋 copy color: '#D06220'

red 208 ◦ green 98 ◦ blue 32

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

Shades of Chocolate #D06220

Tints of Chocolate #D06220

RGB

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

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

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

R = 61.54%
G = 28.99%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06220 (or 0xD06220) is known color: Chocolate. HEX triplet: D0, 62 and 20. RGB value is (208,98,32). Sum of RGB (Red+Green+Blue) = 208+98+32=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D06220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06220 is #2F9DDF. Grayscale: #7B7B7B. Windows color (decimal): -3120608 or 2122448. OLE color: 2122448.

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

Color convert

RGB 208 98 32 -
CMYK 0 0.53 0.85 0.18
HSL 22.5º 0.73% 0.47% -
HSV(B) 22.5º 0.85% 0.82% -
XYZ 30.64 22.25 4.05 -
YUV 123.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 208 98 32 0 0.53 0.85 0.18 22.5 0.73 0.47
Hex D0 62 20 0 35 55 12 16 49 2F
Octal 320 142 40 0 65 125 22 26 111 57
Binary 11010000 1100010 100000 0 110101 1010101 10010 10110 1001001 101111

Color Harmonies of #D06220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06220

Black with #D06220

Text Example


Text Example

White with #D06220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06220; }

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

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

background-color css

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

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

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

border-color css

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

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

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