Html Css Color HEX #DC5915 Chocolate

📋 copy color: '#DC5915'

red 220 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #DC5915

Tints of Chocolate #DC5915

RGB

 RED value IS 220 (86.33% from 255) = 66.67%

 GREEN value IS 89 (35.16% from 255) = 26.97%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 66.67%
G = 26.97%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC5915 (or 0xDC5915) is known color: Chocolate. HEX triplet: DC, 59 and 15. RGB value is (220,89,21). Sum of RGB (Red+Green+Blue) = 220+89+21=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5915 is #23A6EA. Grayscale: #787878. Windows color (decimal): -2336491 or 1399260. OLE color: 1399260.

HSL color Cylindrical-coordinate representation of color #DC5915: hue angle of 20.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5915 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 21 -
CMYK 0 0.60 0.90 0.14
HSL 20.5º 0.83% 0.47% -
HSV(B) 20.5º 0.9% 0.86% -
XYZ 33.22 22.41 3.28 -
YUV 120.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 220 89 21 0 0.60 0.90 0.14 20.5 0.83 0.47
Hex DC 59 15 0 3C 5A E 15 53 2F
Octal 334 131 25 0 74 132 16 25 123 57
Binary 11011100 1011001 10101 0 111100 1011010 1110 10101 1010011 101111

Color Harmonies of #DC5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5915

Black with #DC5915

Text Example


Text Example

White with #DC5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5915; }

 p { color: rgb(220,89,21); }

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

background-color css

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

 a { background-color: rgb(220,89,21); }

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

border-color css

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

 span { border-color: rgb(220,89,21); }

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