Html Css Color HEX #D06C0E Chocolate

📋 copy color: '#D06C0E'

red 208 ◦ green 108 ◦ blue 14

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

Shades of Chocolate #D06C0E

Tints of Chocolate #D06C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 63.03%
G = 32.73%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D06C0E (or 0xD06C0E) is known color: Chocolate. HEX triplet: D0, 6C and 0E. RGB value is (208,108,14). Sum of RGB (Red+Green+Blue) = 208+108+14=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C0E is #2F93F1. Grayscale: #7F7F7F. Windows color (decimal): -3118066 or 945360. OLE color: 945360.

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

Color convert

RGB 208 108 14 -
CMYK 0 0.48 0.93 0.18
HSL 29.07º 0.87% 0.44% -
HSV(B) 29.07º 0.93% 0.82% -
XYZ 31.45 24.17 3.42 -
YUV 127.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 208 108 14 0 0.48 0.93 0.18 29.07 0.87 0.44
Hex D0 6C E 0 30 5D 12 1D 57 2C
Octal 320 154 16 0 60 135 22 35 127 54
Binary 11010000 1101100 1110 0 110000 1011101 10010 11101 1010111 101100

Color Harmonies of #D06C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C0E

Black with #D06C0E

Text Example


Text Example

White with #D06C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C0E; }

 p { color: rgb(208,108,14); }

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

background-color css

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

 a { background-color: rgb(208,108,14); }

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

border-color css

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

 span { border-color: rgb(208,108,14); }

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