Html Css Color HEX #D06E12 Chocolate

📋 copy color: '#D06E12'

red 208 ◦ green 110 ◦ blue 18

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

Shades of Chocolate #D06E12

Tints of Chocolate #D06E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

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

R = 61.9%
G = 32.74%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06E12 (or 0xD06E12) is known color: Chocolate. HEX triplet: D0, 6E and 12. RGB value is (208,110,18). Sum of RGB (Red+Green+Blue) = 208+110+18=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06E12 is #2F91ED. Grayscale: #818181. Windows color (decimal): -3117550 or 1208016. OLE color: 1208016.

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

Color convert

RGB 208 110 18 -
CMYK 0 0.47 0.91 0.18
HSL 29.05º 0.84% 0.44% -
HSV(B) 29.05º 0.91% 0.82% -
XYZ 31.7 24.61 3.65 -
YUV 128.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 208 110 18 0 0.47 0.91 0.18 29.05 0.84 0.44
Hex D0 6E 12 0 2F 5B 12 1D 54 2C
Octal 320 156 22 0 57 133 22 35 124 54
Binary 11010000 1101110 10010 0 101111 1011011 10010 11101 1010100 101100

Color Harmonies of #D06E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E12

Black with #D06E12

Text Example


Text Example

White with #D06E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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