#D46856

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

Shades of Roman #D46856

Tints of Roman #D46856

Color information

#D46856 (or 0xD46856) is unknown color: approx Roman. HEX triplet: D4, 68 and 56. RGB value is (212,104,86). Sum of RGB (Red+Green+Blue) = 212+104+86=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D46856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46856 is #2B97A9. Grayscale: #868686. Windows color (decimal): -2856874 or 5662932. OLE color: 5662932.

HSL color Cylindrical-coordinate representation of color #D46856: hue angle of 8.57º 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 #D46856 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21210486-
CMYK00.510.590.17
HSL8.57º59.43%58.43%-
HSV(B)8.57º59.43%83.14%-
XYZ33.7824.5711.77-
YUV134.24100.78183.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.74%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=52.74%
G=25.87%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121048600.510.590.178.5759.4358.43
HexD468560333B1193b3a
Octal3241501260637321117372
Binary11010100110100010101100110011111011100011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46856; }

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

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

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

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

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

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

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

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