Html Css Color HEX #DC5814 Chocolate

📋 copy color: '#DC5814'

red 220 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #DC5814

Tints of Chocolate #DC5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 67.07%
G = 26.83%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5814 (or 0xDC5814) is known color: Chocolate. HEX triplet: DC, 58 and 14. RGB value is (220,88,20). Sum of RGB (Red+Green+Blue) = 220+88+20=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5814 is #23A7EB. Grayscale: #787878. Windows color (decimal): -2336748 or 1333468. OLE color: 1333468.

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

Color convert

RGB 220 88 20 -
CMYK 0 0.6 0.91 0.14
HSL 20.4º 0.83% 0.47% -
HSV(B) 20.4º 0.91% 0.86% -
XYZ 33.13 22.25 3.21 -
YUV 119.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 220 88 20 0 0.6 0.91 0.14 20.4 0.83 0.47
Hex DC 58 14 0 3C 5B E 14 53 2F
Octal 334 130 24 0 74 133 16 24 123 57
Binary 11011100 1011000 10100 0 111100 1011011 1110 10100 1010011 101111

Color Harmonies of #DC5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5814

Black with #DC5814

Text Example


Text Example

White with #DC5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5814; }

 p { color: rgb(220,88,20); }

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

background-color css

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

 a { background-color: rgb(220,88,20); }

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

border-color css

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

 span { border-color: rgb(220,88,20); }

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