Html Css Color HEX #DB5C18 Chocolate

📋 copy color: '#DB5C18'

red 219 ◦ green 92 ◦ blue 24

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

Shades of Chocolate #DB5C18

Tints of Chocolate #DB5C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 65.37%
G = 27.46%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB5C18 (or 0xDB5C18) is known color: Chocolate. HEX triplet: DB, 5C and 18. RGB value is (219,92,24). Sum of RGB (Red+Green+Blue) = 219+92+24=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C18 is #24A3E7. Grayscale: #7A7A7A. Windows color (decimal): -2401256 or 1596635. OLE color: 1596635.

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

Color convert

RGB 219 92 24 -
CMYK 0 0.58 0.89 0.14
HSL 20.92º 0.8% 0.48% -
HSV(B) 20.92º 0.89% 0.86% -
XYZ 33.21 22.78 3.51 -
YUV 122.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 219 92 24 0 0.58 0.89 0.14 20.92 0.8 0.48
Hex DB 5C 18 0 3A 59 E 15 50 30
Octal 333 134 30 0 72 131 16 25 120 60
Binary 11011011 1011100 11000 0 111010 1011001 1110 10101 1010000 110000

Color Harmonies of #DB5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C18

Black with #DB5C18

Text Example


Text Example

White with #DB5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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