Html Css Color HEX #DB5216 Chocolate

📋 copy color: '#DB5216'

red 219 ◦ green 82 ◦ blue 22

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

Shades of Chocolate #DB5216

Tints of Chocolate #DB5216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 67.8%
G = 25.39%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB5216 (or 0xDB5216) is known color: Chocolate. HEX triplet: DB, 52 and 16. RGB value is (219,82,22). Sum of RGB (Red+Green+Blue) = 219+82+22=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5216 is #24ADE9. Grayscale: #747474. Windows color (decimal): -2403818 or 1463003. OLE color: 1463003.

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

Color convert

RGB 219 82 22 -
CMYK 0 0.63 0.90 0.14
HSL 18.27º 0.82% 0.47% -
HSV(B) 18.27º 0.9% 0.86% -
XYZ 32.38 21.15 3.14 -
YUV 116.12 74.89 201.38 -
System Red Green Blue C M Y K H S L
Decimal 219 82 22 0 0.63 0.90 0.14 18.27 0.82 0.47
Hex DB 52 16 0 3F 5A E 12 52 2F
Octal 333 122 26 0 77 132 16 22 122 57
Binary 11011011 1010010 10110 0 111111 1011010 1110 10010 1010010 101111

Color Harmonies of #DB5216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5216

Black with #DB5216

Text Example


Text Example

White with #DB5216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5216; }

 p { color: rgb(219,82,22); }

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

background-color css

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

 a { background-color: rgb(219,82,22); }

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

border-color css

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

 span { border-color: rgb(219,82,22); }

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