#DA6369

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

Shades of Froly #DA6369

Tints of Froly #DA6369

Color information

#DA6369 (or 0xDA6369) is unknown color: approx Froly. HEX triplet: DA, 63 and 69. RGB value is (218,99,105). Sum of RGB (Red+Green+Blue) = 218+99+105=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6369 is #259C96. Grayscale: #878787. Windows color (decimal): -2464919 or 6906842. OLE color: 6906842.

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

Color convert

RGB21899105-
CMYK00.550.520.15
HSL356.97º61.66%62.16%-
HSV(B)356.97º54.59%85.49%-
XYZ35.9324.8516.27-
YUV135.27110.92187.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.66%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=51.66%
G=23.46%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189910500.550.520.15356.9761.6662.16
HexDA636903734F1653e3e
Octal33214315106764175457676
Binary110110101100011110100101101111101001111101100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6369; }

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

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

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

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

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

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

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

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