Html Css Color HEX #DB6416 Chocolate

📋 copy color: '#DB6416'

red 219 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #DB6416

Tints of Chocolate #DB6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 64.22%
G = 29.33%
B = 6.45%

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

#DB6416 (or 0xDB6416) is known color: Chocolate. HEX triplet: DB, 64 and 16. RGB value is (219,100,22). Sum of RGB (Red+Green+Blue) = 219+100+22=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6416 is #249BE9. Grayscale: #7F7F7F. Windows color (decimal): -2399210 or 1467611. OLE color: 1467611.

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

Color convert

RGB 219 100 22 -
CMYK 0 0.54 0.90 0.14
HSL 23.76º 0.82% 0.47% -
HSV(B) 23.76º 0.9% 0.86% -
XYZ 33.92 24.23 3.65 -
YUV 126.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 219 100 22 0 0.54 0.90 0.14 23.76 0.82 0.47
Hex DB 64 16 0 36 5A E 18 52 2F
Octal 333 144 26 0 66 132 16 30 122 57
Binary 11011011 1100100 10110 0 110110 1011010 1110 11000 1010010 101111

Color Harmonies of #DB6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6416

Black with #DB6416

Text Example


Text Example

White with #DB6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6416; }

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

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

background-color css

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

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

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

border-color css

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

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

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