Html Css Color HEX #DB5613 Chocolate

📋 copy color: '#DB5613'

red 219 ◦ green 86 ◦ blue 19

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

Shades of Chocolate #DB5613

Tints of Chocolate #DB5613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 67.59%
G = 26.54%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5613 (or 0xDB5613) is known color: Chocolate. HEX triplet: DB, 56 and 13. RGB value is (219,86,19). Sum of RGB (Red+Green+Blue) = 219+86+19=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5613 is #24A9EC. Grayscale: #767676. Windows color (decimal): -2402797 or 1267419. OLE color: 1267419.

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

Color convert

RGB 219 86 19 -
CMYK 0 0.61 0.91 0.14
HSL 20.1º 0.84% 0.47% -
HSV(B) 20.1º 0.91% 0.86% -
XYZ 32.66 21.76 3.1 -
YUV 118.13 72.06 199.95 -
System Red Green Blue C M Y K H S L
Decimal 219 86 19 0 0.61 0.91 0.14 20.1 0.84 0.47
Hex DB 56 13 0 3D 5B E 14 54 2F
Octal 333 126 23 0 75 133 16 24 124 57
Binary 11011011 1010110 10011 0 111101 1011011 1110 10100 1010100 101111

Color Harmonies of #DB5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5613

Black with #DB5613

Text Example


Text Example

White with #DB5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5613; }

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

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

background-color css

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

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

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

border-color css

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

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

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