Html Css Color HEX #DB5619 Chocolate

📋 copy color: '#DB5619'

red 219 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #DB5619

Tints of Chocolate #DB5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

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

R = 66.36%
G = 26.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5619 (or 0xDB5619) is known color: Chocolate. HEX triplet: DB, 56 and 19. RGB value is (219,86,25). Sum of RGB (Red+Green+Blue) = 219+86+25=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5619 is #24A9E6. Grayscale: #777777. Windows color (decimal): -2402791 or 1660635. OLE color: 1660635.

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

Color convert

RGB 219 86 25 -
CMYK 0 0.61 0.89 0.14
HSL 18.87º 0.8% 0.48% -
HSV(B) 18.87º 0.89% 0.86% -
XYZ 32.72 21.79 3.4 -
YUV 118.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 219 86 25 0 0.61 0.89 0.14 18.87 0.8 0.48
Hex DB 56 19 0 3D 59 E 13 50 30
Octal 333 126 31 0 75 131 16 23 120 60
Binary 11011011 1010110 11001 0 111101 1011001 1110 10011 1010000 110000

Color Harmonies of #DB5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5619

Black with #DB5619

Text Example


Text Example

White with #DB5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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