#D16664

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

Shades of Roman #D16664

Tints of Roman #D16664

Color information

#D16664 (or 0xD16664) is unknown color: approx Roman. HEX triplet: D1, 66 and 64. RGB value is (209,102,100). Sum of RGB (Red+Green+Blue) = 209+102+100=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16664 is #2E999B. Grayscale: #858585. Windows color (decimal): -3053980 or 6579921. OLE color: 6579921.

HSL color Cylindrical-coordinate representation of color #D16664: hue angle of 1.1º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16664 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB209102100-
CMYK00.510.520.18
HSL1.1º54.23%60.59%-
HSV(B)1.1º52.15%81.96%-
XYZ33.3523.9814.93-
YUV133.76108.95181.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.85%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=50.85%
G=24.82%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910210000.510.520.181.154.2360.59
HexD1666403334121363d
Octal321146144063642216675
Binary11010001110011011001000110011110100100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16664; }

 p { color: rgb(209,102,100); }

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

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

 a { background-color: rgb(209,102,100); }

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

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

 span { border-color: rgb(209,102,100); }

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