Html Css Color HEX #DC5716 Chocolate

📋 copy color: '#DC5716'

red 220 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #DC5716

Tints of Chocolate #DC5716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 66.87%
G = 26.44%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC5716 (or 0xDC5716) is known color: Chocolate. HEX triplet: DC, 57 and 16. RGB value is (220,87,22). Sum of RGB (Red+Green+Blue) = 220+87+22=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5716 is #23A8E9. Grayscale: #777777. Windows color (decimal): -2337002 or 1464284. OLE color: 1464284.

HSL color Cylindrical-coordinate representation of color #DC5716: hue angle of 19.7º degrees, saturation: 0.82, 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 #DC5716 is Cyan = 0, Magento = 0.60, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 22 -
CMYK 0 0.60 0.9 0.14
HSL 19.7º 0.82% 0.47% -
HSV(B) 19.7º 0.9% 0.86% -
XYZ 33.07 22.09 3.28 -
YUV 119.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 220 87 22 0 0.60 0.9 0.14 19.7 0.82 0.47
Hex DC 57 16 0 3C 5A E 14 52 2F
Octal 334 127 26 0 74 132 16 24 122 57
Binary 11011100 1010111 10110 0 111100 1011010 1110 10100 1010010 101111

Color Harmonies of #DC5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5716

Black with #DC5716

Text Example


Text Example

White with #DC5716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5716; }

 p { color: rgb(220,87,22); }

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

background-color css

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

 a { background-color: rgb(220,87,22); }

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

border-color css

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

 span { border-color: rgb(220,87,22); }

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