#D26467

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

Shades of Mandy #D26467

Tints of Mandy #D26467

Color information

#D26467 (or 0xD26467) is unknown color: approx Mandy. HEX triplet: D2, 64 and 67. RGB value is (210,100,103). Sum of RGB (Red+Green+Blue) = 210+100+103=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26467 is #2D9B98. Grayscale: #858585. Windows color (decimal): -2988953 or 6776018. OLE color: 6776018.

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

Color convert

RGB210100103-
CMYK00.520.510.18
HSL358.36º55%60.78%-
HSV(B)358.36º52.38%82.35%-
XYZ33.5823.815.65-
YUV133.23110.94182.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=50.85%
G=24.21%
B=24.94%

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
Decimal21010010300.520.510.18358.365560.78
HexD264670343312166373d
Octal32214414706463225466775
Binary1101001011001001100111011010011001110010101100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26467; }

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

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

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

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

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

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

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

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