Html Css Color HEX #D06D12 Chocolate

📋 copy color: '#D06D12'

red 208 ◦ green 109 ◦ blue 18

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

Shades of Chocolate #D06D12

Tints of Chocolate #D06D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 62.09%
G = 32.54%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06D12 (or 0xD06D12) is known color: Chocolate. HEX triplet: D0, 6D and 12. RGB value is (208,109,18). Sum of RGB (Red+Green+Blue) = 208+109+18=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D12 is #2F92ED. Grayscale: #808080. Windows color (decimal): -3117806 or 1207760. OLE color: 1207760.

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

Color convert

RGB 208 109 18 -
CMYK 0 0.48 0.91 0.18
HSL 28.74º 0.84% 0.44% -
HSV(B) 28.74º 0.91% 0.82% -
XYZ 31.59 24.39 3.62 -
YUV 128.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 208 109 18 0 0.48 0.91 0.18 28.74 0.84 0.44
Hex D0 6D 12 0 30 5B 12 1D 54 2C
Octal 320 155 22 0 60 133 22 35 124 54
Binary 11010000 1101101 10010 0 110000 1011011 10010 11101 1010100 101100

Color Harmonies of #D06D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D12

Black with #D06D12

Text Example


Text Example

White with #D06D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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