Html Css Color HEX #DB7212 Chocolate

📋 copy color: '#DB7212'

red 219 ◦ green 114 ◦ blue 18

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

Shades of Chocolate #DB7212

Tints of Chocolate #DB7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 62.39%
G = 32.48%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7212 (or 0xDB7212) is known color: Chocolate. HEX triplet: DB, 72 and 12. RGB value is (219,114,18). Sum of RGB (Red+Green+Blue) = 219+114+18=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7212 is #248DED. Grayscale: #868686. Windows color (decimal): -2395630 or 1209051. OLE color: 1209051.

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

Color convert

RGB 219 114 18 -
CMYK 0 0.48 0.92 0.14
HSL 28.66º 0.85% 0.46% -
HSV(B) 28.66º 0.92% 0.86% -
XYZ 35.34 27.14 3.95 -
YUV 134.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 219 114 18 0 0.48 0.92 0.14 28.66 0.85 0.46
Hex DB 72 12 0 30 5C E 1D 55 2E
Octal 333 162 22 0 60 134 16 35 125 56
Binary 11011011 1110010 10010 0 110000 1011100 1110 11101 1010101 101110

Color Harmonies of #DB7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7212

Black with #DB7212

Text Example


Text Example

White with #DB7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7212; }

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

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

background-color css

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

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

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

border-color css

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

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

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