Html Css Color HEX #DB6516 Chocolate

📋 copy color: '#DB6516'

red 219 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #DB6516

Tints of Chocolate #DB6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 64.04%
G = 29.53%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6516 (or 0xDB6516) is known color: Chocolate. HEX triplet: DB, 65 and 16. RGB value is (219,101,22). Sum of RGB (Red+Green+Blue) = 219+101+22=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6516 is #249AE9. Grayscale: #7F7F7F. Windows color (decimal): -2398954 or 1467867. OLE color: 1467867.

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

Color convert

RGB 219 101 22 -
CMYK 0 0.54 0.90 0.14
HSL 24.06º 0.82% 0.47% -
HSV(B) 24.06º 0.9% 0.86% -
XYZ 34.01 24.43 3.68 -
YUV 127.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 219 101 22 0 0.54 0.90 0.14 24.06 0.82 0.47
Hex DB 65 16 0 36 5A E 18 52 2F
Octal 333 145 26 0 66 132 16 30 122 57
Binary 11011011 1100101 10110 0 110110 1011010 1110 11000 1010010 101111

Color Harmonies of #DB6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6516

Black with #DB6516

Text Example


Text Example

White with #DB6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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