Html Css Color HEX #DB5C21 Chocolate

📋 copy color: '#DB5C21'

red 219 ◦ green 92 ◦ blue 33

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

Shades of Chocolate #DB5C21

Tints of Chocolate #DB5C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.59%

R = 63.66%
G = 26.74%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5C21 (or 0xDB5C21) is known color: Chocolate. HEX triplet: DB, 5C and 21. RGB value is (219,92,33). Sum of RGB (Red+Green+Blue) = 219+92+33=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C21 is #24A3DE. Grayscale: #7B7B7B. Windows color (decimal): -2401247 or 2186459. OLE color: 2186459.

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

Color convert

RGB 219 92 33 -
CMYK 0 0.58 0.85 0.14
HSL 19.03º 0.74% 0.49% -
HSV(B) 19.03º 0.85% 0.86% -
XYZ 33.32 22.82 4.09 -
YUV 123.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 219 92 33 0 0.58 0.85 0.14 19.03 0.74 0.49
Hex DB 5C 21 0 3A 55 E 13 4A 31
Octal 333 134 41 0 72 125 16 23 112 61
Binary 11011011 1011100 100001 0 111010 1010101 1110 10011 1001010 110001

Color Harmonies of #DB5C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C21

Black with #DB5C21

Text Example


Text Example

White with #DB5C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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