#D5A28E

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

Shades of Rose #D5A28E

Tints of Rose #D5A28E

Color information

#D5A28E (or 0xD5A28E) is unknown color: approx Rose. HEX triplet: D5, A2 and 8E. RGB value is (213,162,142). Sum of RGB (Red+Green+Blue) = 213+162+142=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28E is #2A5D71. Grayscale: #AFAFAF. Windows color (decimal): -2776434 or 9347797. OLE color: 9347797.

HSL color Cylindrical-coordinate representation of color #D5A28E: hue angle of 16.9º degrees, saturation: 0.46, 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 #D5A28E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213162142-
CMYK00.240.330.16
HSL16.9º45.81%69.61%-
HSV(B)16.9º33.33%83.53%-
XYZ45.2441.9431.3-
YUV174.97109.4155.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=41.20%
G=31.33%
B=27.47%

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
Decimal21316214200.240.330.1616.945.8169.61
HexD5A28E0182110112e46
Octal32524221603041202156106
Binary11010101101000101000111001100010000110000100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A28E; }

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

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

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

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

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

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

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

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