Html Css Color HEX #D06816 Chocolate

📋 copy color: '#D06816'

red 208 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #D06816

Tints of Chocolate #D06816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

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

R = 62.28%
G = 31.14%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06816 (or 0xD06816) is known color: Chocolate. HEX triplet: D0, 68 and 16. RGB value is (208,104,22). Sum of RGB (Red+Green+Blue) = 208+104+22=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06816 is #2F97E9. Grayscale: #7E7E7E. Windows color (decimal): -3119082 or 1468624. OLE color: 1468624.

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

Color convert

RGB 208 104 22 -
CMYK 0 0.5 0.89 0.18
HSL 26.45º 0.81% 0.45% -
HSV(B) 26.45º 0.89% 0.82% -
XYZ 31.11 23.37 3.63 -
YUV 125.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 208 104 22 0 0.5 0.89 0.18 26.45 0.81 0.45
Hex D0 68 16 0 32 59 12 1A 51 2D
Octal 320 150 26 0 62 131 22 32 121 55
Binary 11010000 1101000 10110 0 110010 1011001 10010 11010 1010001 101101

Color Harmonies of #D06816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06816

Black with #D06816

Text Example


Text Example

White with #D06816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06816; }

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

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

background-color css

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

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

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

border-color css

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

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

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