Html Css Color HEX #DB591B Chocolate

📋 copy color: '#DB591B'

red 219 ◦ green 89 ◦ blue 27

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

Shades of Chocolate #DB591B

Tints of Chocolate #DB591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 65.37%
G = 26.57%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB591B (or 0xDB591B) is known color: Chocolate. HEX triplet: DB, 59 and 1B. RGB value is (219,89,27). Sum of RGB (Red+Green+Blue) = 219+89+27=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB591B is #24A6E4. Grayscale: #797979. Windows color (decimal): -2402021 or 1792475. OLE color: 1792475.

HSL color Cylindrical-coordinate representation of color #DB591B: hue angle of 19.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB591B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 27 -
CMYK 0 0.59 0.88 0.14
HSL 19.38º 0.78% 0.48% -
HSV(B) 19.38º 0.88% 0.86% -
XYZ 32.98 22.28 3.6 -
YUV 120.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 219 89 27 0 0.59 0.88 0.14 19.38 0.78 0.48
Hex DB 59 1B 0 3B 58 E 13 4E 30
Octal 333 131 33 0 73 130 16 23 116 60
Binary 11011011 1011001 11011 0 111011 1011000 1110 10011 1001110 110000

Color Harmonies of #DB591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB591B

Black with #DB591B

Text Example


Text Example

White with #DB591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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