Html Css Color HEX #DB7012 Chocolate

📋 copy color: '#DB7012'

red 219 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #DB7012

Tints of Chocolate #DB7012

RGB

 RED value IS 219 (85.94% from 255) = 62.75%

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 62.75%
G = 32.09%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7012 (or 0xDB7012) is known color: Chocolate. HEX triplet: DB, 70 and 12. RGB value is (219,112,18). Sum of RGB (Red+Green+Blue) = 219+112+18=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7012 is #248FED. Grayscale: #858585. Windows color (decimal): -2396142 or 1208539. OLE color: 1208539.

HSL color Cylindrical-coordinate representation of color #DB7012: hue angle of 28.06º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB7012 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 112 18 -
CMYK 0 0.49 0.92 0.14
HSL 28.06º 0.85% 0.46% -
HSV(B) 28.06º 0.92% 0.86% -
XYZ 35.12 26.69 3.87 -
YUV 133.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 219 112 18 0 0.49 0.92 0.14 28.06 0.85 0.46
Hex DB 70 12 0 31 5C E 1C 55 2E
Octal 333 160 22 0 61 134 16 34 125 56
Binary 11011011 1110000 10010 0 110001 1011100 1110 11100 1010101 101110

Color Harmonies of #DB7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7012

Black with #DB7012

Text Example


Text Example

White with #DB7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7012; }

 p { color: rgb(219,112,18); }

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

background-color css

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

 a { background-color: rgb(219,112,18); }

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

border-color css

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

 span { border-color: rgb(219,112,18); }

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