Html Css Color HEX #DB6916 Chocolate

📋 copy color: '#DB6916'

red 219 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #DB6916

Tints of Chocolate #DB6916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 63.29%
G = 30.35%
B = 6.36%

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

#DB6916 (or 0xDB6916) is known color: Chocolate. HEX triplet: DB, 69 and 16. RGB value is (219,105,22). Sum of RGB (Red+Green+Blue) = 219+105+22=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6916 is #2496E9. Grayscale: #828282. Windows color (decimal): -2397930 or 1468891. OLE color: 1468891.

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

Color convert

RGB 219 105 22 -
CMYK 0 0.52 0.90 0.14
HSL 25.28º 0.82% 0.47% -
HSV(B) 25.28º 0.9% 0.86% -
XYZ 34.41 25.22 3.81 -
YUV 129.62 67.27 191.75 -
System Red Green Blue C M Y K H S L
Decimal 219 105 22 0 0.52 0.90 0.14 25.28 0.82 0.47
Hex DB 69 16 0 34 5A E 19 52 2F
Octal 333 151 26 0 64 132 16 31 122 57
Binary 11011011 1101001 10110 0 110100 1011010 1110 11001 1010010 101111

Color Harmonies of #DB6916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6916

Black with #DB6916

Text Example


Text Example

White with #DB6916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6916; }

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

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

background-color css

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

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

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

border-color css

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

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

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