Html Css Color HEX #DB5018 Chocolate

📋 copy color: '#DB5018'

red 219 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #DB5018

Tints of Chocolate #DB5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 67.8%
G = 24.77%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5018 (or 0xDB5018) is known color: Chocolate. HEX triplet: DB, 50 and 18. RGB value is (219,80,24). Sum of RGB (Red+Green+Blue) = 219+80+24=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5018 is #24AFE7. Grayscale: #737373. Windows color (decimal): -2404328 or 1593563. OLE color: 1593563.

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

Color convert

RGB 219 80 24 -
CMYK 0 0.63 0.89 0.14
HSL 17.23º 0.8% 0.48% -
HSV(B) 17.23º 0.89% 0.86% -
XYZ 32.25 20.86 3.19 -
YUV 115.18 76.55 202.05 -
System Red Green Blue C M Y K H S L
Decimal 219 80 24 0 0.63 0.89 0.14 17.23 0.8 0.48
Hex DB 50 18 0 3F 59 E 11 50 30
Octal 333 120 30 0 77 131 16 21 120 60
Binary 11011011 1010000 11000 0 111111 1011001 1110 10001 1010000 110000

Color Harmonies of #DB5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5018

Black with #DB5018

Text Example


Text Example

White with #DB5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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