#D5A09B

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

Shades of Rose #D5A09B

Tints of Rose #D5A09B

Color information

#D5A09B (or 0xD5A09B) is unknown color: approx Rose. HEX triplet: D5, A0 and 9B. RGB value is (213,160,155). Sum of RGB (Red+Green+Blue) = 213+160+155=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A09B is #2A5F64. Grayscale: #AFAFAF. Windows color (decimal): -2776933 or 10199253. OLE color: 10199253.

HSL color Cylindrical-coordinate representation of color #D5A09B: hue angle of 5.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5A09B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213160155-
CMYK00.250.270.16
HSL5.17º40.85%72.16%-
HSV(B)5.17º27.23%83.53%-
XYZ45.9341.6536.63-
YUV175.28116.56154.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=40.34%
G=30.30%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316015500.250.270.165.1740.8572.16
HexD5A09B0191B1052948
Octal3252402330313320551110
Binary11010101101000001001101101100111011100001011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A09B; }

 p { color: rgb(213,160,155); }

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

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

 a { background-color: rgb(213,160,155); }

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

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

 span { border-color: rgb(213,160,155); }

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