Html Css Color HEX #DC7413 Chocolate

📋 copy color: '#DC7413'

red 220 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #DC7413

Tints of Chocolate #DC7413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 61.97%
G = 32.68%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7413 (or 0xDC7413) is known color: Chocolate. HEX triplet: DC, 74 and 13. RGB value is (220,116,19). Sum of RGB (Red+Green+Blue) = 220+116+19=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7413 is #238BEC. Grayscale: #888888. Windows color (decimal): -2329581 or 1275100. OLE color: 1275100.

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

Color convert

RGB 220 116 19 -
CMYK 0 0.47 0.91 0.14
HSL 28.96º 0.84% 0.47% -
HSV(B) 28.96º 0.91% 0.86% -
XYZ 35.88 27.75 4.08 -
YUV 136.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 220 116 19 0 0.47 0.91 0.14 28.96 0.84 0.47
Hex DC 74 13 0 2F 5B E 1D 54 2F
Octal 334 164 23 0 57 133 16 35 124 57
Binary 11011100 1110100 10011 0 101111 1011011 1110 11101 1010100 101111

Color Harmonies of #DC7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7413

Black with #DC7413

Text Example


Text Example

White with #DC7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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