Html Css Color HEX #DB5017 Chocolate

📋 copy color: '#DB5017'

red 219 ◦ green 80 ◦ blue 23

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

Shades of Chocolate #DB5017

Tints of Chocolate #DB5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 68.01%
G = 24.84%
B = 7.14%

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

#DB5017 (or 0xDB5017) is known color: Chocolate. HEX triplet: DB, 50 and 17. RGB value is (219,80,23). Sum of RGB (Red+Green+Blue) = 219+80+23=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5017 is #24AFE8. Grayscale: #737373. Windows color (decimal): -2404329 or 1528027. OLE color: 1528027.

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

Color convert

RGB 219 80 23 -
CMYK 0 0.63 0.89 0.14
HSL 17.45º 0.81% 0.47% -
HSV(B) 17.45º 0.89% 0.86% -
XYZ 32.24 20.86 3.14 -
YUV 115.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 219 80 23 0 0.63 0.89 0.14 17.45 0.81 0.47
Hex DB 50 17 0 3F 59 E 11 51 2F
Octal 333 120 27 0 77 131 16 21 121 57
Binary 11011011 1010000 10111 0 111111 1011001 1110 10001 1010001 101111

Color Harmonies of #DB5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5017

Black with #DB5017

Text Example


Text Example

White with #DB5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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