#D2A089

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

Shades of Rose #D2A089

Tints of Rose #D2A089

Color information

#D2A089 (or 0xD2A089) is unknown color: approx Rose. HEX triplet: D2, A0 and 89. RGB value is (210,160,137). Sum of RGB (Red+Green+Blue) = 210+160+137=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A089 is #2D5F76. Grayscale: #ACACAC. Windows color (decimal): -2973559 or 9019602. OLE color: 9019602.

HSL color Cylindrical-coordinate representation of color #D2A089: hue angle of 18.9º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2A089 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210160137-
CMYK00.240.350.18
HSL18.9º44.79%68.04%-
HSV(B)18.9º34.76%82.35%-
XYZ43.6640.6529.21-
YUV172.33108.06154.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.42%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=41.42%
G=31.56%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016013700.240.350.1818.944.7968.04
HexD2A0890182312132d44
Octal32224021103043222355104
Binary11010010101000001000100101100010001110010100111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A089; }

 p { color: rgb(210,160,137); }

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

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

 a { background-color: rgb(210,160,137); }

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

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

 span { border-color: rgb(210,160,137); }

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