Html Css Color HEX #DB5514 Chocolate

📋 copy color: '#DB5514'

red 219 ◦ green 85 ◦ blue 20

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

Shades of Chocolate #DB5514

Tints of Chocolate #DB5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 67.59%
G = 26.23%
B = 6.17%

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

#DB5514 (or 0xDB5514) is known color: Chocolate. HEX triplet: DB, 55 and 14. RGB value is (219,85,20). Sum of RGB (Red+Green+Blue) = 219+85+20=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5514 is #24AAEB. Grayscale: #767676. Windows color (decimal): -2403052 or 1332699. OLE color: 1332699.

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

Color convert

RGB 219 85 20 -
CMYK 0 0.61 0.91 0.14
HSL 19.6º 0.83% 0.47% -
HSV(B) 19.6º 0.91% 0.86% -
XYZ 32.59 21.61 3.11 -
YUV 117.66 72.89 200.29 -
System Red Green Blue C M Y K H S L
Decimal 219 85 20 0 0.61 0.91 0.14 19.6 0.83 0.47
Hex DB 55 14 0 3D 5B E 14 53 2F
Octal 333 125 24 0 75 133 16 24 123 57
Binary 11011011 1010101 10100 0 111101 1011011 1110 10100 1010011 101111

Color Harmonies of #DB5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5514

Black with #DB5514

Text Example


Text Example

White with #DB5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5514; }

 p { color: rgb(219,85,20); }

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

background-color css

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

 a { background-color: rgb(219,85,20); }

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

border-color css

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

 span { border-color: rgb(219,85,20); }

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