Html Css Color HEX #DB5C11 Chocolate

📋 copy color: '#DB5C11'

red 219 ◦ green 92 ◦ blue 17

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

Shades of Chocolate #DB5C11

Tints of Chocolate #DB5C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 66.77%
G = 28.05%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5C11 (or 0xDB5C11) is known color: Chocolate. HEX triplet: DB, 5C and 11. RGB value is (219,92,17). Sum of RGB (Red+Green+Blue) = 219+92+17=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C11 is #24A3EE. Grayscale: #797979. Windows color (decimal): -2401263 or 1137883. OLE color: 1137883.

HSL color Cylindrical-coordinate representation of color #DB5C11: hue angle of 22.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB5C11 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 17 -
CMYK 0 0.58 0.92 0.14
HSL 22.28º 0.86% 0.46% -
HSV(B) 22.28º 0.92% 0.86% -
XYZ 33.14 22.75 3.18 -
YUV 121.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 219 92 17 0 0.58 0.92 0.14 22.28 0.86 0.46
Hex DB 5C 11 0 3A 5C E 16 56 2E
Octal 333 134 21 0 72 134 16 26 126 56
Binary 11011011 1011100 10001 0 111010 1011100 1110 10110 1010110 101110

Color Harmonies of #DB5C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C11

Black with #DB5C11

Text Example


Text Example

White with #DB5C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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