Html Css Color HEX #DB5C13 Chocolate

📋 copy color: '#DB5C13'

red 219 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #DB5C13

Tints of Chocolate #DB5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 66.36%
G = 27.88%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5C13 (or 0xDB5C13) is known color: Chocolate. HEX triplet: DB, 5C and 13. RGB value is (219,92,19). Sum of RGB (Red+Green+Blue) = 219+92+19=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C13 is #24A3EC. Grayscale: #7A7A7A. Windows color (decimal): -2401261 or 1268955. OLE color: 1268955.

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

Color convert

RGB 219 92 19 -
CMYK 0 0.58 0.91 0.14
HSL 21.9º 0.84% 0.47% -
HSV(B) 21.9º 0.91% 0.86% -
XYZ 33.16 22.76 3.26 -
YUV 121.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 219 92 19 0 0.58 0.91 0.14 21.9 0.84 0.47
Hex DB 5C 13 0 3A 5B E 16 54 2F
Octal 333 134 23 0 72 133 16 26 124 57
Binary 11011011 1011100 10011 0 111010 1011011 1110 10110 1010100 101111

Color Harmonies of #DB5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C13

Black with #DB5C13

Text Example


Text Example

White with #DB5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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