Html Css Color HEX #DB7113 Chocolate

📋 copy color: '#DB7113'

red 219 ◦ green 113 ◦ blue 19

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

Shades of Chocolate #DB7113

Tints of Chocolate #DB7113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 62.39%
G = 32.19%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7113 (or 0xDB7113) is known color: Chocolate. HEX triplet: DB, 71 and 13. RGB value is (219,113,19). Sum of RGB (Red+Green+Blue) = 219+113+19=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7113 is #248EEC. Grayscale: #868686. Windows color (decimal): -2395885 or 1274331. OLE color: 1274331.

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

Color convert

RGB 219 113 19 -
CMYK 0 0.48 0.91 0.14
HSL 28.2º 0.84% 0.47% -
HSV(B) 28.2º 0.91% 0.86% -
XYZ 35.24 26.92 3.95 -
YUV 133.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 219 113 19 0 0.48 0.91 0.14 28.2 0.84 0.47
Hex DB 71 13 0 30 5B E 1C 54 2F
Octal 333 161 23 0 60 133 16 34 124 57
Binary 11011011 1110001 10011 0 110000 1011011 1110 11100 1010100 101111

Color Harmonies of #DB7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7113

Black with #DB7113

Text Example


Text Example

White with #DB7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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