Html Css Color HEX #DB7713 Chocolate

📋 copy color: '#DB7713'

red 219 ◦ green 119 ◦ blue 19

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

Shades of Chocolate #DB7713

Tints of Chocolate #DB7713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 61.34%
G = 33.33%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7713 (or 0xDB7713) is known color: Chocolate. HEX triplet: DB, 77 and 13. RGB value is (219,119,19). Sum of RGB (Red+Green+Blue) = 219+119+19=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7713 is #2488EC. Grayscale: #8A8A8A. Windows color (decimal): -2394349 or 1275867. OLE color: 1275867.

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

Color convert

RGB 219 119 19 -
CMYK 0 0.46 0.91 0.14
HSL 30º 0.84% 0.47% -
HSV(B) 30º 0.91% 0.86% -
XYZ 35.93 28.3 4.19 -
YUV 137.5 61.13 186.13 -
System Red Green Blue C M Y K H S L
Decimal 219 119 19 0 0.46 0.91 0.14 30 0.84 0.47
Hex DB 77 13 0 2E 5B E 1E 54 2F
Octal 333 167 23 0 56 133 16 36 124 57
Binary 11011011 1110111 10011 0 101110 1011011 1110 11110 1010100 101111

Color Harmonies of #DB7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7713

Black with #DB7713

Text Example


Text Example

White with #DB7713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7713; }

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

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

background-color css

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

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

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

border-color css

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

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

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