Html Css Color HEX #DB7110 Chocolate

📋 copy color: '#DB7110'

red 219 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #DB7110

Tints of Chocolate #DB7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 62.93%
G = 32.47%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB7110 (or 0xDB7110) is known color: Chocolate. HEX triplet: DB, 71 and 10. RGB value is (219,113,16). Sum of RGB (Red+Green+Blue) = 219+113+16=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7110 is #248EEF. Grayscale: #868686. Windows color (decimal): -2395888 or 1077723. OLE color: 1077723.

HSL color Cylindrical-coordinate representation of color #DB7110: hue angle of 28.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB7110 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 16 -
CMYK 0 0.48 0.93 0.14
HSL 28.67º 0.86% 0.46% -
HSV(B) 28.67º 0.93% 0.86% -
XYZ 35.21 26.91 3.83 -
YUV 133.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 219 113 16 0 0.48 0.93 0.14 28.67 0.86 0.46
Hex DB 71 10 0 30 5D E 1D 56 2E
Octal 333 161 20 0 60 135 16 35 126 56
Binary 11011011 1110001 10000 0 110000 1011101 1110 11101 1010110 101110

Color Harmonies of #DB7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7110

Black with #DB7110

Text Example


Text Example

White with #DB7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7110; }

 p { color: rgb(219,113,16); }

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

background-color css

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

 a { background-color: rgb(219,113,16); }

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

border-color css

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

 span { border-color: rgb(219,113,16); }

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