Html Css Color HEX #D06C16 Chocolate

📋 copy color: '#D06C16'

red 208 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #D06C16

Tints of Chocolate #D06C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 61.54%
G = 31.95%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06C16 (or 0xD06C16) is known color: Chocolate. HEX triplet: D0, 6C and 16. RGB value is (208,108,22). Sum of RGB (Red+Green+Blue) = 208+108+22=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C16 is #2F93E9. Grayscale: #808080. Windows color (decimal): -3118058 or 1469648. OLE color: 1469648.

HSL color Cylindrical-coordinate representation of color #D06C16: hue angle of 27.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06C16 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 22 -
CMYK 0 0.48 0.89 0.18
HSL 27.74º 0.81% 0.45% -
HSV(B) 27.74º 0.89% 0.82% -
XYZ 31.52 24.19 3.77 -
YUV 128.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 208 108 22 0 0.48 0.89 0.18 27.74 0.81 0.45
Hex D0 6C 16 0 30 59 12 1C 51 2D
Octal 320 154 26 0 60 131 22 34 121 55
Binary 11010000 1101100 10110 0 110000 1011001 10010 11100 1010001 101101

Color Harmonies of #D06C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C16

Black with #D06C16

Text Example


Text Example

White with #D06C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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