Html Css Color HEX #D06814 Chocolate

📋 copy color: '#D06814'

red 208 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #D06814

Tints of Chocolate #D06814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 62.65%
G = 31.33%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06814 (or 0xD06814) is known color: Chocolate. HEX triplet: D0, 68 and 14. RGB value is (208,104,20). Sum of RGB (Red+Green+Blue) = 208+104+20=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06814 is #2F97EB. Grayscale: #7D7D7D. Windows color (decimal): -3119084 or 1337552. OLE color: 1337552.

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

Color convert

RGB 208 104 20 -
CMYK 0 0.5 0.90 0.18
HSL 26.81º 0.82% 0.45% -
HSV(B) 26.81º 0.9% 0.82% -
XYZ 31.09 23.36 3.53 -
YUV 125.52 68.46 186.83 -
System Red Green Blue C M Y K H S L
Decimal 208 104 20 0 0.5 0.90 0.18 26.81 0.82 0.45
Hex D0 68 14 0 32 5A 12 1B 52 2D
Octal 320 150 24 0 62 132 22 33 122 55
Binary 11010000 1101000 10100 0 110010 1011010 10010 11011 1010010 101101

Color Harmonies of #D06814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06814

Black with #D06814

Text Example


Text Example

White with #D06814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06814; }

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

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

background-color css

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

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

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

border-color css

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

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

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