Html Css Color HEX #DB7519 Chocolate

📋 copy color: '#DB7519'

red 219 ◦ green 117 ◦ blue 25

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

Shades of Chocolate #DB7519

Tints of Chocolate #DB7519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 60.66%
G = 32.41%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7519 (or 0xDB7519) is known color: Chocolate. HEX triplet: DB, 75 and 19. RGB value is (219,117,25). Sum of RGB (Red+Green+Blue) = 219+117+25=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7519 is #248AE6. Grayscale: #898989. Windows color (decimal): -2394855 or 1668571. OLE color: 1668571.

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

Color convert

RGB 219 117 25 -
CMYK 0 0.47 0.89 0.14
HSL 28.45º 0.8% 0.48% -
HSV(B) 28.45º 0.89% 0.86% -
XYZ 35.75 27.85 4.41 -
YUV 137.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 219 117 25 0 0.47 0.89 0.14 28.45 0.8 0.48
Hex DB 75 19 0 2F 59 E 1C 50 30
Octal 333 165 31 0 57 131 16 34 120 60
Binary 11011011 1110101 11001 0 101111 1011001 1110 11100 1010000 110000

Color Harmonies of #DB7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7519

Black with #DB7519

Text Example


Text Example

White with #DB7519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7519; }

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

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

background-color css

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

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

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

border-color css

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

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

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