Html Css Color HEX #DB7013 Chocolate

📋 copy color: '#DB7013'

red 219 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #DB7013

Tints of Chocolate #DB7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 62.57%
G = 32%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7013 (or 0xDB7013) is known color: Chocolate. HEX triplet: DB, 70 and 13. RGB value is (219,112,19). Sum of RGB (Red+Green+Blue) = 219+112+19=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7013 is #248FEC. Grayscale: #858585. Windows color (decimal): -2396141 or 1274075. OLE color: 1274075.

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

Color convert

RGB 219 112 19 -
CMYK 0 0.49 0.91 0.14
HSL 27.9º 0.84% 0.47% -
HSV(B) 27.9º 0.91% 0.86% -
XYZ 35.13 26.7 3.92 -
YUV 133.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 219 112 19 0 0.49 0.91 0.14 27.9 0.84 0.47
Hex DB 70 13 0 31 5B E 1C 54 2F
Octal 333 160 23 0 61 133 16 34 124 57
Binary 11011011 1110000 10011 0 110001 1011011 1110 11100 1010100 101111

Color Harmonies of #DB7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7013

Black with #DB7013

Text Example


Text Example

White with #DB7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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