#D16661

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

Shades of Roman #D16661

Tints of Roman #D16661

Color information

#D16661 (or 0xD16661) is unknown color: approx Roman. HEX triplet: D1, 66 and 61. RGB value is (209,102,97). Sum of RGB (Red+Green+Blue) = 209+102+97=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D16661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16661 is #2E999E. Grayscale: #858585. Windows color (decimal): -3053983 or 6383313. OLE color: 6383313.

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

Color convert

RGB20910297-
CMYK00.510.540.18
HSL2.68º54.9%60%-
HSV(B)2.68º53.59%81.96%-
XYZ33.223.9214.18-
YUV133.42107.45181.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=51.23%
G=25%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091029700.510.540.182.6854.960
HexD1666103336123373c
Octal321146141063662236774
Binary110100011100110110000101100111101101001011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16661; }

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

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

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

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

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

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

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

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