Html Css Color HEX #DB7115 Chocolate

📋 copy color: '#DB7115'

red 219 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #DB7115

Tints of Chocolate #DB7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 62.04%
G = 32.01%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB7115 (or 0xDB7115) is known color: Chocolate. HEX triplet: DB, 71 and 15. RGB value is (219,113,21). Sum of RGB (Red+Green+Blue) = 219+113+21=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7115 is #248EEA. Grayscale: #868686. Windows color (decimal): -2395883 or 1405403. OLE color: 1405403.

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

Color convert

RGB 219 113 21 -
CMYK 0 0.48 0.90 0.14
HSL 27.88º 0.83% 0.47% -
HSV(B) 27.88º 0.9% 0.86% -
XYZ 35.25 26.92 4.05 -
YUV 134.21 64.12 188.48 -
System Red Green Blue C M Y K H S L
Decimal 219 113 21 0 0.48 0.90 0.14 27.88 0.83 0.47
Hex DB 71 15 0 30 5A E 1C 52 2F
Octal 333 161 25 0 60 132 16 34 122 57
Binary 11011011 1110001 10101 0 110000 1011010 1110 11100 1010010 101111

Color Harmonies of #DB7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7115

Black with #DB7115

Text Example


Text Example

White with #DB7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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