Html Css Color HEX #DB7513 Chocolate

📋 copy color: '#DB7513'

red 219 ◦ green 117 ◦ blue 19

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

Shades of Chocolate #DB7513

Tints of Chocolate #DB7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 61.69%
G = 32.96%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7513 (or 0xDB7513) is known color: Chocolate. HEX triplet: DB, 75 and 13. RGB value is (219,117,19). Sum of RGB (Red+Green+Blue) = 219+117+19=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7513 is #248AEC. Grayscale: #888888. Windows color (decimal): -2394861 or 1275355. OLE color: 1275355.

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

Color convert

RGB 219 117 19 -
CMYK 0 0.47 0.91 0.14
HSL 29.4º 0.84% 0.47% -
HSV(B) 29.4º 0.91% 0.86% -
XYZ 35.69 27.83 4.11 -
YUV 136.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 219 117 19 0 0.47 0.91 0.14 29.4 0.84 0.47
Hex DB 75 13 0 2F 5B E 1D 54 2F
Octal 333 165 23 0 57 133 16 35 124 57
Binary 11011011 1110101 10011 0 101111 1011011 1110 11101 1010100 101111

Color Harmonies of #DB7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7513

Black with #DB7513

Text Example


Text Example

White with #DB7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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