Html Css Color HEX #DC7315 Chocolate

📋 copy color: '#DC7315'

red 220 ◦ green 115 ◦ blue 21

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

Shades of Chocolate #DC7315

Tints of Chocolate #DC7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 61.8%
G = 32.3%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7315 (or 0xDC7315) is known color: Chocolate. HEX triplet: DC, 73 and 15. RGB value is (220,115,21). Sum of RGB (Red+Green+Blue) = 220+115+21=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7315 is #238CEA. Grayscale: #888888. Windows color (decimal): -2329835 or 1405916. OLE color: 1405916.

HSL color Cylindrical-coordinate representation of color #DC7315: hue angle of 28.34º 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 #DC7315 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 21 -
CMYK 0 0.48 0.90 0.14
HSL 28.34º 0.83% 0.47% -
HSV(B) 28.34º 0.9% 0.86% -
XYZ 35.78 27.53 4.14 -
YUV 135.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 220 115 21 0 0.48 0.90 0.14 28.34 0.83 0.47
Hex DC 73 15 0 30 5A E 1C 53 2F
Octal 334 163 25 0 60 132 16 34 123 57
Binary 11011100 1110011 10101 0 110000 1011010 1110 11100 1010011 101111

Color Harmonies of #DC7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7315

Black with #DC7315

Text Example


Text Example

White with #DC7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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