#D16467

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

Shades of Mandy #D16467

Tints of Mandy #D16467

Color information

#D16467 (or 0xD16467) is unknown color: approx Mandy. HEX triplet: D1, 64 and 67. RGB value is (209,100,103). Sum of RGB (Red+Green+Blue) = 209+100+103=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D16467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16467 is #2E9B98. Grayscale: #858585. Windows color (decimal): -3054489 or 6776017. OLE color: 6776017.

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

Color convert

RGB209100103-
CMYK00.520.510.18
HSL358.35º54.23%60.59%-
HSV(B)358.35º52.15%81.96%-
XYZ33.323.6515.64-
YUV132.93111.11182.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.73%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 103 (40.62% from 255) = 25%
R=50.73%
G=24.27%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910010300.520.510.18358.3554.2360.59
HexD164670343312166363d
Octal32114414706463225466675
Binary1101000111001001100111011010011001110010101100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16467; }

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

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

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

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

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

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

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

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