#D95B5F

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

Shades of Mandy #D95B5F

Tints of Mandy #D95B5F

Color information

#D95B5F (or 0xD95B5F) is unknown color: approx Mandy. HEX triplet: D9, 5B and 5F. RGB value is (217,91,95). Sum of RGB (Red+Green+Blue) = 217+91+95=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B5F is #26A4A0. Grayscale: #818181. Windows color (decimal): -2532513 or 6249433. OLE color: 6249433.

HSL color Cylindrical-coordinate representation of color #D95B5F: hue angle of 358.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95B5F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2179195-
CMYK00.580.560.15
HSL358.1º62.38%60.39%-
HSV(B)358.1º58.06%85.1%-
XYZ34.4223.0613.46-
YUV129.13108.74190.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.85%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=53.85%
G=22.58%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217919500.580.560.15358.162.3860.39
HexD95B5F03A38F1663e3c
Octal33113313707270175467674
Binary110110011011011101111101110101110001111101100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B5F; }

 p { color: rgb(217,91,95); }

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

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

 a { background-color: rgb(217,91,95); }

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

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

 span { border-color: rgb(217,91,95); }

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