#DA6569

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

Shades of Froly #DA6569

Tints of Froly #DA6569

Color information

#DA6569 (or 0xDA6569) is unknown color: approx Froly. HEX triplet: DA, 65 and 69. RGB value is (218,101,105). Sum of RGB (Red+Green+Blue) = 218+101+105=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6569 is #259A96. Grayscale: #888888. Windows color (decimal): -2464407 or 6907354. OLE color: 6907354.

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

Color convert

RGB218101105-
CMYK00.540.520.15
HSL357.95º61.26%62.55%-
HSV(B)357.95º53.67%85.49%-
XYZ36.1225.2316.33-
YUV136.44110.26186.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.42%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=51.42%
G=23.82%
B=24.76%

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
Decimal21810110500.540.520.15357.9561.2662.55
HexDA656903634F1663d3f
Octal33214515106664175467577
Binary110110101100101110100101101101101001111101100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6569; }

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

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

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

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

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

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

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

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