#D56A6C

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

Shades of Froly #D56A6C

Tints of Froly #D56A6C

Color information

#D56A6C (or 0xD56A6C) is unknown color: approx Froly. HEX triplet: D5, 6A and 6C. RGB value is (213,106,108). Sum of RGB (Red+Green+Blue) = 213+106+108=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A6C is #2A9593. Grayscale: #8A8A8A. Windows color (decimal): -2790804 or 7105237. OLE color: 7105237.

HSL color Cylindrical-coordinate representation of color #D56A6C: hue angle of 358.88º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A6C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213106108-
CMYK00.500.490.16
HSL358.88º56.02%62.55%-
HSV(B)358.88º50.23%83.53%-
XYZ35.325.5417.26-
YUV138.22110.95181.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=49.88%
G=24.82%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310610800.500.490.16358.8856.0262.55
HexD56A6C0323110167383f
Octal32515215406261205477077
Binary1101010111010101101100011001011000110000101100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A6C; }

 p { color: rgb(213,106,108); }

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

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

 a { background-color: rgb(213,106,108); }

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

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

 span { border-color: rgb(213,106,108); }

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