Html Css Color HEX #D06416 Chocolate

📋 copy color: '#D06416'

red 208 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #D06416

Tints of Chocolate #D06416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 63.03%
G = 30.3%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06416 (or 0xD06416) is known color: Chocolate. HEX triplet: D0, 64 and 16. RGB value is (208,100,22). Sum of RGB (Red+Green+Blue) = 208+100+22=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D06416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06416 is #2F9BE9. Grayscale: #7B7B7B. Windows color (decimal): -3120106 or 1467600. OLE color: 1467600.

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

Color convert

RGB 208 100 22 -
CMYK 0 0.52 0.89 0.18
HSL 25.16º 0.81% 0.45% -
HSV(B) 25.16º 0.89% 0.82% -
XYZ 30.71 22.58 3.5 -
YUV 123.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 208 100 22 0 0.52 0.89 0.18 25.16 0.81 0.45
Hex D0 64 16 0 34 59 12 19 51 2D
Octal 320 144 26 0 64 131 22 31 121 55
Binary 11010000 1100100 10110 0 110100 1011001 10010 11001 1010001 101101

Color Harmonies of #D06416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06416

Black with #D06416

Text Example


Text Example

White with #D06416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06416; }

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

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

background-color css

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

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

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

border-color css

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

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

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