Html Css Color HEX #DB591F Chocolate

📋 copy color: '#DB591F'

red 219 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #DB591F

Tints of Chocolate #DB591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 64.6%
G = 26.25%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB591F (or 0xDB591F) is known color: Chocolate. HEX triplet: DB, 59 and 1F. RGB value is (219,89,31). Sum of RGB (Red+Green+Blue) = 219+89+31=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB591F is #24A6E0. Grayscale: #797979. Windows color (decimal): -2402017 or 2054619. OLE color: 2054619.

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

Color convert

RGB 219 89 31 -
CMYK 0 0.59 0.86 0.14
HSL 18.51º 0.75% 0.49% -
HSV(B) 18.51º 0.86% 0.86% -
XYZ 33.03 22.3 3.86 -
YUV 121.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 219 89 31 0 0.59 0.86 0.14 18.51 0.75 0.49
Hex DB 59 1F 0 3B 56 E 13 4B 31
Octal 333 131 37 0 73 126 16 23 113 61
Binary 11011011 1011001 11111 0 111011 1010110 1110 10011 1001011 110001

Color Harmonies of #DB591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB591F

Black with #DB591F

Text Example


Text Example

White with #DB591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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