Html Css Color HEX #DC7579 Froly

📋 copy color: '#DC7579'

red 220 ◦ green 117 ◦ blue 121

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

Shades of Froly #DC7579

Tints of Froly #DC7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 48.03%
G = 25.55%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7579 (or 0xDC7579) is known color: Froly. HEX triplet: DC, 75 and 79. RGB value is (220,117,121). Sum of RGB (Red+Green+Blue) = 220+117+121=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7579 is #238A86. Grayscale: #949494. Windows color (decimal): -2329223 or 7960028. OLE color: 7960028.

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

Color convert

RGB 220 117 121 -
CMYK 0 0.47 0.45 0.14
HSL 357.67º 0.6% 0.66% -
HSV(B) 357.67º 0.47% 0.86% -
XYZ 39.33 29.32 21.68 -
YUV 148.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 220 117 121 0 0.47 0.45 0.14 357.67 0.6 0.66
Hex DC 75 79 0 2F 2D E 166 3C 42
Octal 334 165 171 0 57 55 16 546 74 102
Binary 11011100 1110101 1111001 0 101111 101101 1110 101100110 111100 1000010

Color Harmonies of #DC7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7579

Black with #DC7579

Text Example


Text Example

White with #DC7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7579; }

 p { color: rgb(220,117,121); }

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

background-color css

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

 a { background-color: rgb(220,117,121); }

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

border-color css

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

 span { border-color: rgb(220,117,121); }

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