#DA767B

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

Shades of Froly #DA767B

Tints of Froly #DA767B

Color information

#DA767B (or 0xDA767B) is unknown color: approx Froly. HEX triplet: DA, 76 and 7B. RGB value is (218,118,123). Sum of RGB (Red+Green+Blue) = 218+118+123=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767B is #258984. Grayscale: #949494. Windows color (decimal): -2460037 or 8091354. OLE color: 8091354.

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

Color convert

RGB218118123-
CMYK00.460.440.15
HSL357º57.47%65.88%-
HSV(B)357º45.87%85.49%-
XYZ38.9729.2922.34-
YUV148.47113.63177.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=47.49%
G=25.71%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811812300.460.440.1535757.4765.88
HexDA767B02E2CF1653942
Octal332166173056541754571102
Binary1101101011101101111011010111010110011111011001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA767B; }

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

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

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

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

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

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

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

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