Html Css Color HEX #DB6A16 Chocolate

📋 copy color: '#DB6A16'

red 219 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #DB6A16

Tints of Chocolate #DB6A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 63.11%
G = 30.55%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6A16 (or 0xDB6A16) is known color: Chocolate. HEX triplet: DB, 6A and 16. RGB value is (219,106,22). Sum of RGB (Red+Green+Blue) = 219+106+22=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A16 is #2495E9. Grayscale: #828282. Windows color (decimal): -2397674 or 1469147. OLE color: 1469147.

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

Color convert

RGB 219 106 22 -
CMYK 0 0.52 0.90 0.14
HSL 25.58º 0.82% 0.47% -
HSV(B) 25.58º 0.9% 0.86% -
XYZ 34.51 25.43 3.85 -
YUV 130.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 219 106 22 0 0.52 0.90 0.14 25.58 0.82 0.47
Hex DB 6A 16 0 34 5A E 1A 52 2F
Octal 333 152 26 0 64 132 16 32 122 57
Binary 11011011 1101010 10110 0 110100 1011010 1110 11010 1010010 101111

Color Harmonies of #DB6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A16

Black with #DB6A16

Text Example


Text Example

White with #DB6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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