Html Css Color HEX #DB6016 Chocolate

📋 copy color: '#DB6016'

red 219 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #DB6016

Tints of Chocolate #DB6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 64.99%
G = 28.49%
B = 6.53%

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

#DB6016 (or 0xDB6016) is known color: Chocolate. HEX triplet: DB, 60 and 16. RGB value is (219,96,22). Sum of RGB (Red+Green+Blue) = 219+96+22=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6016 is #249FE9. Grayscale: #7C7C7C. Windows color (decimal): -2400234 or 1466587. OLE color: 1466587.

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

Color convert

RGB 219 96 22 -
CMYK 0 0.56 0.90 0.14
HSL 22.54º 0.82% 0.47% -
HSV(B) 22.54º 0.9% 0.86% -
XYZ 33.54 23.48 3.52 -
YUV 124.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 219 96 22 0 0.56 0.90 0.14 22.54 0.82 0.47
Hex DB 60 16 0 38 5A E 17 52 2F
Octal 333 140 26 0 70 132 16 27 122 57
Binary 11011011 1100000 10110 0 111000 1011010 1110 10111 1010010 101111

Color Harmonies of #DB6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6016

Black with #DB6016

Text Example


Text Example

White with #DB6016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6016; }

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

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

background-color css

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

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

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

border-color css

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

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

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