#D9A28B

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

Shades of Rose #D9A28B

Tints of Rose #D9A28B

Color information

#D9A28B (or 0xD9A28B) is unknown color: approx Rose. HEX triplet: D9, A2 and 8B. RGB value is (217,162,139). Sum of RGB (Red+Green+Blue) = 217+162+139=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A28B is #265D74. Grayscale: #AFAFAF. Windows color (decimal): -2514293 or 9151193. OLE color: 9151193.

HSL color Cylindrical-coordinate representation of color #D9A28B: hue angle of 17.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9A28B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217162139-
CMYK00.250.360.15
HSL17.69º50.65%69.8%-
HSV(B)17.69º35.94%85.1%-
XYZ46.242.4630.19-
YUV175.82107.22157.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=41.89%
G=31.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716213900.250.360.1517.6950.6569.8
HexD9A28B01924F123346
Octal33124221303144172263106
Binary1101100110100010100010110110011001001111100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A28B; }

 p { color: rgb(217,162,139); }

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

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

 a { background-color: rgb(217,162,139); }

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

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

 span { border-color: rgb(217,162,139); }

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