#D46563

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

Shades of Roman #D46563

Tints of Roman #D46563

Color information

#D46563 (or 0xD46563) is unknown color: approx Roman. HEX triplet: D4, 65 and 63. RGB value is (212,101,99). Sum of RGB (Red+Green+Blue) = 212+101+99=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D46563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46563 is #2B9A9C. Grayscale: #868686. Windows color (decimal): -2857629 or 6514132. OLE color: 6514132.

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

Color convert

RGB21210199-
CMYK00.520.530.17
HSL1.06º56.78%60.98%-
HSV(B)1.06º53.3%83.14%-
XYZ34.0624.2114.68-
YUV133.96108.27183.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.46%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=51.46%
G=24.51%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121019900.520.530.171.0656.7860.98
HexD4656303435111393d
Octal324145143064652117175
Binary11010100110010111000110110100110101100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46563; }

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

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

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

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

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

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

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

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