Html Css Color HEX #D06616 Chocolate

📋 copy color: '#D06616'

red 208 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #D06616

Tints of Chocolate #D06616

RGB

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

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

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

R = 62.65%
G = 30.72%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06616 (or 0xD06616) is known color: Chocolate. HEX triplet: D0, 66 and 16. RGB value is (208,102,22). Sum of RGB (Red+Green+Blue) = 208+102+22=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06616 is #2F99E9. Grayscale: #7D7D7D. Windows color (decimal): -3119594 or 1468112. OLE color: 1468112.

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

Color convert

RGB 208 102 22 -
CMYK 0 0.51 0.89 0.18
HSL 25.81º 0.81% 0.45% -
HSV(B) 25.81º 0.89% 0.82% -
XYZ 30.91 22.97 3.56 -
YUV 124.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 208 102 22 0 0.51 0.89 0.18 25.81 0.81 0.45
Hex D0 66 16 0 33 59 12 1A 51 2D
Octal 320 146 26 0 63 131 22 32 121 55
Binary 11010000 1100110 10110 0 110011 1011001 10010 11010 1010001 101101

Color Harmonies of #D06616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06616

Black with #D06616

Text Example


Text Example

White with #D06616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06616; }

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

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

background-color css

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

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

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

border-color css

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

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

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