Html Css Color HEX #DB5719 Chocolate

📋 copy color: '#DB5719'

red 219 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #DB5719

Tints of Chocolate #DB5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 66.16%
G = 26.28%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5719 (or 0xDB5719) is known color: Chocolate. HEX triplet: DB, 57 and 19. RGB value is (219,87,25). Sum of RGB (Red+Green+Blue) = 219+87+25=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5719 is #24A8E6. Grayscale: #777777. Windows color (decimal): -2402535 or 1660891. OLE color: 1660891.

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

Color convert

RGB 219 87 25 -
CMYK 0 0.60 0.89 0.14
HSL 19.18º 0.8% 0.48% -
HSV(B) 19.18º 0.89% 0.86% -
XYZ 32.8 21.95 3.43 -
YUV 119.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 219 87 25 0 0.60 0.89 0.14 19.18 0.8 0.48
Hex DB 57 19 0 3C 59 E 13 50 30
Octal 333 127 31 0 74 131 16 23 120 60
Binary 11011011 1010111 11001 0 111100 1011001 1110 10011 1010000 110000

Color Harmonies of #DB5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5719

Black with #DB5719

Text Example


Text Example

White with #DB5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5719; }

 p { color: rgb(219,87,25); }

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

background-color css

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

 a { background-color: rgb(219,87,25); }

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

border-color css

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

 span { border-color: rgb(219,87,25); }

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