Html Css Color HEX #DB6116 Chocolate

📋 copy color: '#DB6116'

red 219 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #DB6116

Tints of Chocolate #DB6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 64.79%
G = 28.7%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6116 (or 0xDB6116) is known color: Chocolate. HEX triplet: DB, 61 and 16. RGB value is (219,97,22). Sum of RGB (Red+Green+Blue) = 219+97+22=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6116 is #249EE9. Grayscale: #7D7D7D. Windows color (decimal): -2399978 or 1466843. OLE color: 1466843.

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

Color convert

RGB 219 97 22 -
CMYK 0 0.56 0.90 0.14
HSL 22.84º 0.82% 0.47% -
HSV(B) 22.84º 0.9% 0.86% -
XYZ 33.63 23.67 3.55 -
YUV 124.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 219 97 22 0 0.56 0.90 0.14 22.84 0.82 0.47
Hex DB 61 16 0 38 5A E 17 52 2F
Octal 333 141 26 0 70 132 16 27 122 57
Binary 11011011 1100001 10110 0 111000 1011010 1110 10111 1010010 101111

Color Harmonies of #DB6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6116

Black with #DB6116

Text Example


Text Example

White with #DB6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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