#D46556

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

Shades of Roman #D46556

Tints of Roman #D46556

Color information

#D46556 (or 0xD46556) is unknown color: approx Roman. HEX triplet: D4, 65 and 56. RGB value is (212,101,86). Sum of RGB (Red+Green+Blue) = 212+101+86=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D46556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46556 is #2B9AA9. Grayscale: #848484. Windows color (decimal): -2857642 or 5662164. OLE color: 5662164.

HSL color Cylindrical-coordinate representation of color #D46556: hue angle of 7.14º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D46556 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21210186-
CMYK00.520.590.17
HSL7.14º59.43%58.43%-
HSV(B)7.14º59.43%83.14%-
XYZ33.4823.9811.67-
YUV132.48101.77184.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=53.13%
G=25.31%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121018600.520.590.177.1459.4358.43
HexD465560343B1173b3a
Octal324145126064732177372
Binary1101010011001011010110011010011101110001111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46556; }

 p { color: rgb(212,101,86); }

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

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

 a { background-color: rgb(212,101,86); }

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

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

 span { border-color: rgb(212,101,86); }

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