#D5A28C

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

Shades of Rose #D5A28C

Tints of Rose #D5A28C

Color information

#D5A28C (or 0xD5A28C) is unknown color: approx Rose. HEX triplet: D5, A2 and 8C. RGB value is (213,162,140). Sum of RGB (Red+Green+Blue) = 213+162+140=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28C is #2A5D73. Grayscale: #AEAEAE. Windows color (decimal): -2776436 or 9216725. OLE color: 9216725.

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

Color convert

RGB213162140-
CMYK00.240.340.16
HSL18.08º46.5%69.22%-
HSV(B)18.08º34.27%83.53%-
XYZ45.0941.8830.52-
YUV174.74108.4155.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=41.36%
G=31.46%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316214000.240.340.1618.0846.569.22
HexD5A28C0182210122e45
Octal32524221403042202256105
Binary11010101101000101000110001100010001010000100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A28C; }

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

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

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

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

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

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

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

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