Html Css Color HEX #DA7579 Froly

📋 copy color: '#DA7579'

red 218 ◦ green 117 ◦ blue 121

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

Shades of Froly #DA7579

Tints of Froly #DA7579

RGB

 RED value IS 218 (85.55% from 255) = 47.81%

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

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

R = 47.81%
G = 25.66%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7579 (or 0xDA7579) is known color: Froly. HEX triplet: DA, 75 and 79. RGB value is (218,117,121). Sum of RGB (Red+Green+Blue) = 218+117+121=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7579 is #258A86. Grayscale: #939393. Windows color (decimal): -2460295 or 7960026. OLE color: 7960026.

HSL color Cylindrical-coordinate representation of color #DA7579: hue angle of 357.62º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7579 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 121 -
CMYK 0 0.46 0.44 0.15
HSL 357.62º 0.58% 0.66% -
HSV(B) 357.62º 0.46% 0.85% -
XYZ 38.73 29.01 21.65 -
YUV 147.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 218 117 121 0 0.46 0.44 0.15 357.62 0.58 0.66
Hex DA 75 79 0 2E 2C F 166 3A 42
Octal 332 165 171 0 56 54 17 546 72 102
Binary 11011010 1110101 1111001 0 101110 101100 1111 101100110 111010 1000010

Color Harmonies of #DA7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7579

Black with #DA7579

Text Example


Text Example

White with #DA7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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