Html Css Color HEX #DB5912 Chocolate

📋 copy color: '#DB5912'

red 219 ◦ green 89 ◦ blue 18

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

Shades of Chocolate #DB5912

Tints of Chocolate #DB5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 67.18%
G = 27.3%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5912 (or 0xDB5912) is known color: Chocolate. HEX triplet: DB, 59 and 12. RGB value is (219,89,18). Sum of RGB (Red+Green+Blue) = 219+89+18=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5912 is #24A6ED. Grayscale: #787878. Windows color (decimal): -2402030 or 1202651. OLE color: 1202651.

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

Color convert

RGB 219 89 18 -
CMYK 0 0.59 0.92 0.14
HSL 21.19º 0.85% 0.46% -
HSV(B) 21.19º 0.92% 0.86% -
XYZ 32.89 22.25 3.13 -
YUV 119.78 70.57 198.77 -
System Red Green Blue C M Y K H S L
Decimal 219 89 18 0 0.59 0.92 0.14 21.19 0.85 0.46
Hex DB 59 12 0 3B 5C E 15 55 2E
Octal 333 131 22 0 73 134 16 25 125 56
Binary 11011011 1011001 10010 0 111011 1011100 1110 10101 1010101 101110

Color Harmonies of #DB5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5912

Black with #DB5912

Text Example


Text Example

White with #DB5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5912; }

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

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

background-color css

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

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

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

border-color css

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

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

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