#D5A099

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

Shades of Rose #D5A099

Tints of Rose #D5A099

Color information

#D5A099 (or 0xD5A099) is unknown color: approx Rose. HEX triplet: D5, A0 and 99. RGB value is (213,160,153). Sum of RGB (Red+Green+Blue) = 213+160+153=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A099 is #2A5F66. Grayscale: #AFAFAF. Windows color (decimal): -2776935 or 10068181. OLE color: 10068181.

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

Color convert

RGB213160153-
CMYK00.250.280.16
HSL41.67%71.76%-
HSV(B)28.17%83.53%-
XYZ45.7641.5935.75-
YUV175.05115.56155.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=40.49%
G=30.42%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316015300.250.280.16741.6771.76
HexD5A0990191C1072a48
Octal3252402310313420752110
Binary11010101101000001001100101100111100100001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A099; }

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

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

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

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

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

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

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

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