Html Css Color HEX #DB5918 Chocolate

📋 copy color: '#DB5918'

red 219 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #DB5918

Tints of Chocolate #DB5918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 65.96%
G = 26.81%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5918 (or 0xDB5918) is known color: Chocolate. HEX triplet: DB, 59 and 18. RGB value is (219,89,24). Sum of RGB (Red+Green+Blue) = 219+89+24=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5918 is #24A6E7. Grayscale: #787878. Windows color (decimal): -2402024 or 1595867. OLE color: 1595867.

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

Color convert

RGB 219 89 24 -
CMYK 0 0.59 0.89 0.14
HSL 20º 0.8% 0.48% -
HSV(B) 20º 0.89% 0.86% -
XYZ 32.95 22.27 3.43 -
YUV 120.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 219 89 24 0 0.59 0.89 0.14 20 0.8 0.48
Hex DB 59 18 0 3B 59 E 14 50 30
Octal 333 131 30 0 73 131 16 24 120 60
Binary 11011011 1011001 11000 0 111011 1011001 1110 10100 1010000 110000

Color Harmonies of #DB5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5918

Black with #DB5918

Text Example


Text Example

White with #DB5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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