#D9A592

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

Shades of Rose #D9A592

Tints of Rose #D9A592

Color information

#D9A592 (or 0xD9A592) is unknown color: approx Rose. HEX triplet: D9, A5 and 92. RGB value is (217,165,146). Sum of RGB (Red+Green+Blue) = 217+165+146=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A592 is #265A6D. Grayscale: #B2B2B2. Windows color (decimal): -2513518 or 9610713. OLE color: 9610713.

HSL color Cylindrical-coordinate representation of color #D9A592: hue angle of 16.06º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A592 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217165146-
CMYK00.240.330.15
HSL16.06º48.3%71.18%-
HSV(B)16.06º32.72%85.1%-
XYZ47.2643.7433.15-
YUV178.38109.73155.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=41.10%
G=31.25%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716514600.240.330.1516.0648.371.18
HexD9A59201821F103047
Octal33124522203041172060107
Binary1101100110100101100100100110001000011111100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A592; }

 p { color: rgb(217,165,146); }

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

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

 a { background-color: rgb(217,165,146); }

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

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

 span { border-color: rgb(217,165,146); }

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