Html Css Color HEX #D06812 Chocolate

📋 copy color: '#D06812'

red 208 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #D06812

Tints of Chocolate #D06812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 63.03%
G = 31.52%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06812 (or 0xD06812) is known color: Chocolate. HEX triplet: D0, 68 and 12. RGB value is (208,104,18). Sum of RGB (Red+Green+Blue) = 208+104+18=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D06812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06812 is #2F97ED. Grayscale: #7D7D7D. Windows color (decimal): -3119086 or 1206480. OLE color: 1206480.

HSL color Cylindrical-coordinate representation of color #D06812: hue angle of 27.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06812 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 18 -
CMYK 0 0.5 0.91 0.18
HSL 27.16º 0.84% 0.44% -
HSV(B) 27.16º 0.91% 0.82% -
XYZ 31.07 23.35 3.44 -
YUV 125.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 208 104 18 0 0.5 0.91 0.18 27.16 0.84 0.44
Hex D0 68 12 0 32 5B 12 1B 54 2C
Octal 320 150 22 0 62 133 22 33 124 54
Binary 11010000 1101000 10010 0 110010 1011011 10010 11011 1010100 101100

Color Harmonies of #D06812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06812

Black with #D06812

Text Example


Text Example

White with #D06812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06812; }

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

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

background-color css

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

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

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

border-color css

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

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

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