#D56F6E

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

Shades of Contessa #D56F6E

Tints of Contessa #D56F6E

Color information

#D56F6E (or 0xD56F6E) is unknown color: approx Contessa. HEX triplet: D5, 6F and 6E. RGB value is (213,111,110). Sum of RGB (Red+Green+Blue) = 213+111+110=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F6E is #2A9091. Grayscale: #8D8D8D. Windows color (decimal): -2789522 or 7237589. OLE color: 7237589.

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

Color convert

RGB213111110-
CMYK00.480.480.16
HSL0.58º55.08%63.33%-
HSV(B)0.58º48.36%83.53%-
XYZ35.9426.6418-
YUV141.38110.29179.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=49.08%
G=25.58%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311111000.480.480.160.5855.0863.33
HexD56F6E03030101373f
Octal325157156060602016777
Binary11010101110111111011100110000110000100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F6E; }

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

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

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

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

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

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

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

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