#D5A290

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

Shades of Rose #D5A290

Tints of Rose #D5A290

Color information

#D5A290 (or 0xD5A290) is unknown color: approx Rose. HEX triplet: D5, A2 and 90. RGB value is (213,162,144). Sum of RGB (Red+Green+Blue) = 213+162+144=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A290 is #2A5D6F. Grayscale: #AFAFAF. Windows color (decimal): -2776432 or 9478869. OLE color: 9478869.

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

Color convert

RGB213162144-
CMYK00.240.320.16
HSL15.65º45.1%70%-
HSV(B)15.65º32.39%83.53%-
XYZ45.394232.1-
YUV175.2110.4154.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=41.04%
G=31.21%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316214400.240.320.1615.6545.170
HexD5A2900182010102d46
Octal32524222003040202055106
Binary11010101101000101001000001100010000010000100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A290; }

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

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

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

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

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

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

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

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