Html Css Color HEX #DB5B15 Chocolate

📋 copy color: '#DB5B15'

red 219 ◦ green 91 ◦ blue 21

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

Shades of Chocolate #DB5B15

Tints of Chocolate #DB5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 66.16%
G = 27.49%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB5B15 (or 0xDB5B15) is known color: Chocolate. HEX triplet: DB, 5B and 15. RGB value is (219,91,21). Sum of RGB (Red+Green+Blue) = 219+91+21=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5B15 is #24A4EA. Grayscale: #797979. Windows color (decimal): -2401515 or 1399771. OLE color: 1399771.

HSL color Cylindrical-coordinate representation of color #DB5B15: hue angle of 21.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB5B15 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 91 21 -
CMYK 0 0.58 0.90 0.14
HSL 21.21º 0.83% 0.47% -
HSV(B) 21.21º 0.9% 0.86% -
XYZ 33.09 22.6 3.33 -
YUV 121.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 219 91 21 0 0.58 0.90 0.14 21.21 0.83 0.47
Hex DB 5B 15 0 3A 5A E 15 52 2F
Octal 333 133 25 0 72 132 16 25 122 57
Binary 11011011 1011011 10101 0 111010 1011010 1110 10101 1010010 101111

Color Harmonies of #DB5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B15

Black with #DB5B15

Text Example


Text Example

White with #DB5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B15; }

 p { color: rgb(219,91,21); }

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

background-color css

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

 a { background-color: rgb(219,91,21); }

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

border-color css

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

 span { border-color: rgb(219,91,21); }

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