#D46254

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

Shades of Roman #D46254

Tints of Roman #D46254

Color information

#D46254 (or 0xD46254) is unknown color: approx Roman. HEX triplet: D4, 62 and 54. RGB value is (212,98,84). Sum of RGB (Red+Green+Blue) = 212+98+84=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D46254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46254 is #2B9DAB. Grayscale: #828282. Windows color (decimal): -2858412 or 5530324. OLE color: 5530324.

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

Color convert

RGB2129884-
CMYK00.540.600.17
HSL6.56º59.81%58.04%-
HSV(B)6.56º60.38%83.14%-
XYZ33.1223.3711.15-
YUV130.49101.77186.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=53.81%
G=24.87%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212988400.540.600.176.5659.8158.04
HexD462540363C1173c3a
Octal324142124066742177472
Binary1101010011000101010100011011011110010001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46254; }

 p { color: rgb(212,98,84); }

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

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

 a { background-color: rgb(212,98,84); }

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

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

 span { border-color: rgb(212,98,84); }

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