#DA6469

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

Shades of Froly #DA6469

Tints of Froly #DA6469

Color information

#DA6469 (or 0xDA6469) is unknown color: approx Froly. HEX triplet: DA, 64 and 69. RGB value is (218,100,105). Sum of RGB (Red+Green+Blue) = 218+100+105=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6469 is #259B96. Grayscale: #878787. Windows color (decimal): -2464663 or 6907098. OLE color: 6907098.

HSL color Cylindrical-coordinate representation of color #DA6469: hue angle of 357.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6469 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218100105-
CMYK00.540.520.15
HSL357.46º61.46%62.35%-
HSV(B)357.46º54.13%85.49%-
XYZ36.0225.0416.3-
YUV135.85110.59186.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=51.54%
G=23.64%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810010500.540.520.15357.4661.4662.35
HexDA646903634F1653d3e
Octal33214415106664175457576
Binary110110101100100110100101101101101001111101100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6469; }

 p { color: rgb(218,100,105); }

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

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

 a { background-color: rgb(218,100,105); }

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

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

 span { border-color: rgb(218,100,105); }

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