Html Css Color HEX #DC7415 Chocolate

📋 copy color: '#DC7415'

red 220 ◦ green 116 ◦ blue 21

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

Shades of Chocolate #DC7415

Tints of Chocolate #DC7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 61.62%
G = 32.49%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7415 (or 0xDC7415) is known color: Chocolate. HEX triplet: DC, 74 and 15. RGB value is (220,116,21). Sum of RGB (Red+Green+Blue) = 220+116+21=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7415 is #238BEA. Grayscale: #888888. Windows color (decimal): -2329579 or 1406172. OLE color: 1406172.

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

Color convert

RGB 220 116 21 -
CMYK 0 0.47 0.90 0.14
HSL 28.64º 0.83% 0.47% -
HSV(B) 28.64º 0.9% 0.86% -
XYZ 35.9 27.76 4.18 -
YUV 136.27 62.96 187.72 -
System Red Green Blue C M Y K H S L
Decimal 220 116 21 0 0.47 0.90 0.14 28.64 0.83 0.47
Hex DC 74 15 0 2F 5A E 1D 53 2F
Octal 334 164 25 0 57 132 16 35 123 57
Binary 11011100 1110100 10101 0 101111 1011010 1110 11101 1010011 101111

Color Harmonies of #DC7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7415

Black with #DC7415

Text Example


Text Example

White with #DC7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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