#D56A66

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

Shades of Roman #D56A66

Tints of Roman #D56A66

Color information

#D56A66 (or 0xD56A66) is unknown color: approx Roman. HEX triplet: D5, 6A and 66. RGB value is (213,106,102). Sum of RGB (Red+Green+Blue) = 213+106+102=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A66 is #2A9599. Grayscale: #898989. Windows color (decimal): -2790810 or 6712021. OLE color: 6712021.

HSL color Cylindrical-coordinate representation of color #D56A66: hue angle of 2.16º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56A66 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213106102-
CMYK00.500.520.16
HSL2.16º56.92%61.76%-
HSV(B)2.16º52.11%83.53%-
XYZ34.9925.4115.63-
YUV137.54107.95181.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=50.59%
G=25.18%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310610200.500.520.162.1656.9261.76
HexD56A6603234102393e
Octal325152146062642027176
Binary110101011101010110011001100101101001000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A66; }

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

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

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

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

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

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

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

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