#D56A6F

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

Shades of Froly #D56A6F

Tints of Froly #D56A6F

Color information

#D56A6F (or 0xD56A6F) is unknown color: approx Froly. HEX triplet: D5, 6A and 6F. RGB value is (213,106,111). Sum of RGB (Red+Green+Blue) = 213+106+111=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A6F is #2A9590. Grayscale: #8A8A8A. Windows color (decimal): -2790801 or 7301845. OLE color: 7301845.

HSL color Cylindrical-coordinate representation of color #D56A6F: hue angle of 357.2º 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 #D56A6F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213106111-
CMYK00.500.480.16
HSL357.2º56.02%62.55%-
HSV(B)357.2º50.23%83.53%-
XYZ35.4625.618.11-
YUV138.56112.45181.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.53%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=49.53%
G=24.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310611100.500.480.16357.256.0262.55
HexD56A6F0323010165383f
Octal32515215706260205457077
Binary1101010111010101101111011001011000010000101100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A6F; }

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

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

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

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

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

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

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

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