Html Css Color HEX #DB5117 Chocolate

📋 copy color: '#DB5117'

red 219 ◦ green 81 ◦ blue 23

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

Shades of Chocolate #DB5117

Tints of Chocolate #DB5117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

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

R = 67.8%
G = 25.08%
B = 7.12%

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

#DB5117 (or 0xDB5117) is known color: Chocolate. HEX triplet: DB, 51 and 17. RGB value is (219,81,23). Sum of RGB (Red+Green+Blue) = 219+81+23=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5117 is #24AEE8. Grayscale: #747474. Windows color (decimal): -2404073 or 1528283. OLE color: 1528283.

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

Color convert

RGB 219 81 23 -
CMYK 0 0.63 0.89 0.14
HSL 17.76º 0.81% 0.47% -
HSV(B) 17.76º 0.89% 0.86% -
XYZ 32.31 21.01 3.16 -
YUV 115.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 219 81 23 0 0.63 0.89 0.14 17.76 0.81 0.47
Hex DB 51 17 0 3F 59 E 12 51 2F
Octal 333 121 27 0 77 131 16 22 121 57
Binary 11011011 1010001 10111 0 111111 1011001 1110 10010 1010001 101111

Color Harmonies of #DB5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5117

Black with #DB5117

Text Example


Text Example

White with #DB5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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