#D5A28F

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

Shades of Rose #D5A28F

Tints of Rose #D5A28F

Color information

#D5A28F (or 0xD5A28F) is unknown color: approx Rose. HEX triplet: D5, A2 and 8F. RGB value is (213,162,143). Sum of RGB (Red+Green+Blue) = 213+162+143=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28F is #2A5D70. Grayscale: #AFAFAF. Windows color (decimal): -2776433 or 9413333. OLE color: 9413333.

HSL color Cylindrical-coordinate representation of color #D5A28F: hue angle of 16.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A28F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213162143-
CMYK00.240.330.16
HSL16.29º45.45%69.8%-
HSV(B)16.29º32.86%83.53%-
XYZ45.3241.9731.7-
YUV175.08109.9155.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=41.12%
G=31.27%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316214300.240.330.1616.2945.4569.8
HexD5A28F0182110102d46
Octal32524221703041202055106
Binary11010101101000101000111101100010000110000100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A28F; }

 p { color: rgb(213,162,143); }

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

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

 a { background-color: rgb(213,162,143); }

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

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

 span { border-color: rgb(213,162,143); }

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