Html Css Color HEX #DA7679 Froly

📋 copy color: '#DA7679'

red 218 ◦ green 118 ◦ blue 121

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

Shades of Froly #DA7679

Tints of Froly #DA7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 47.7%
G = 25.82%
B = 26.48%

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

#DA7679 (or 0xDA7679) is known color: Froly. HEX triplet: DA, 76 and 79. RGB value is (218,118,121). Sum of RGB (Red+Green+Blue) = 218+118+121=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7679 is #258986. Grayscale: #949494. Windows color (decimal): -2460039 or 7960282. OLE color: 7960282.

HSL color Cylindrical-coordinate representation of color #DA7679: hue angle of 358.2º degrees, saturation: 0.57, 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 #DA7679 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 121 -
CMYK 0 0.46 0.44 0.15
HSL 358.2º 0.57% 0.66% -
HSV(B) 358.2º 0.46% 0.85% -
XYZ 38.84 29.24 21.69 -
YUV 148.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 218 118 121 0 0.46 0.44 0.15 358.2 0.57 0.66
Hex DA 76 79 0 2E 2C F 166 39 42
Octal 332 166 171 0 56 54 17 546 71 102
Binary 11011010 1110110 1111001 0 101110 101100 1111 101100110 111001 1000010

Color Harmonies of #DA7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7679

Black with #DA7679

Text Example


Text Example

White with #DA7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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