Html Css Color HEX #DB7616 Chocolate

📋 copy color: '#DB7616'

red 219 ◦ green 118 ◦ blue 22

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

Shades of Chocolate #DB7616

Tints of Chocolate #DB7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 61%
G = 32.87%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7616 (or 0xDB7616) is known color: Chocolate. HEX triplet: DB, 76 and 16. RGB value is (219,118,22). Sum of RGB (Red+Green+Blue) = 219+118+22=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7616 is #2489E9. Grayscale: #898989. Windows color (decimal): -2394602 or 1472219. OLE color: 1472219.

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

Color convert

RGB 219 118 22 -
CMYK 0 0.46 0.90 0.14
HSL 29.24º 0.82% 0.47% -
HSV(B) 29.24º 0.9% 0.86% -
XYZ 35.84 28.07 4.29 -
YUV 137.26 62.96 186.31 -
System Red Green Blue C M Y K H S L
Decimal 219 118 22 0 0.46 0.90 0.14 29.24 0.82 0.47
Hex DB 76 16 0 2E 5A E 1D 52 2F
Octal 333 166 26 0 56 132 16 35 122 57
Binary 11011011 1110110 10110 0 101110 1011010 1110 11101 1010010 101111

Color Harmonies of #DB7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7616

Black with #DB7616

Text Example


Text Example

White with #DB7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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