Html Css Color HEX #DB6816 Chocolate

📋 copy color: '#DB6816'

red 219 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #DB6816

Tints of Chocolate #DB6816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

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

R = 63.48%
G = 30.14%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB6816 (or 0xDB6816) is known color: Chocolate. HEX triplet: DB, 68 and 16. RGB value is (219,104,22). Sum of RGB (Red+Green+Blue) = 219+104+22=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6816 is #2497E9. Grayscale: #818181. Windows color (decimal): -2398186 or 1468635. OLE color: 1468635.

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

Color convert

RGB 219 104 22 -
CMYK 0 0.53 0.90 0.14
HSL 24.97º 0.82% 0.47% -
HSV(B) 24.97º 0.9% 0.86% -
XYZ 34.31 25.02 3.78 -
YUV 129.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 219 104 22 0 0.53 0.90 0.14 24.97 0.82 0.47
Hex DB 68 16 0 35 5A E 19 52 2F
Octal 333 150 26 0 65 132 16 31 122 57
Binary 11011011 1101000 10110 0 110101 1011010 1110 11001 1010010 101111

Color Harmonies of #DB6816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6816

Black with #DB6816

Text Example


Text Example

White with #DB6816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6816; }

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

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

background-color css

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

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

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

border-color css

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

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

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