#DA7B7F

Color #DA7B7F Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DA7B7F

Tints of Froly #DA7B7F

Color information

#DA7B7F (or 0xDA7B7F) is unknown color: approx Froly. HEX triplet: DA, 7B and 7F. RGB value is (218,123,127). Sum of RGB (Red+Green+Blue) = 218+123+127=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B7F is #258480. Grayscale: #979797. Windows color (decimal): -2458753 or 8354778. OLE color: 8354778.

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

Color convert

RGB218123127-
CMYK00.440.420.15
HSL357.47º56.21%66.86%-
HSV(B)357.47º43.58%85.49%-
XYZ39.8330.623.89-
YUV151.86113.97175.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 127 (50% from 255) = 27.14%
R=46.58%
G=26.28%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812312700.440.420.15357.4756.2166.86
HexDA7B7F02C2AF1653843
Octal332173177054521754570103
Binary1101101011110111111111010110010101011111011001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7B7F; }

 p { color: rgb(218,123,127); }

 H1.HeaderClassName
 {
   color: #DA7B7F;
 }
 .AnyTagClassName
 {
   color: #DA7B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(218,123,127); }

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

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

 span { border-color: rgb(218,123,127); }

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