#D9A692

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

Shades of Rose #D9A692

Tints of Rose #D9A692

Color information

#D9A692 (or 0xD9A692) is unknown color: approx Rose. HEX triplet: D9, A6 and 92. RGB value is (217,166,146). Sum of RGB (Red+Green+Blue) = 217+166+146=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A692 is #26596D. Grayscale: #B3B3B3. Windows color (decimal): -2513262 or 9610969. OLE color: 9610969.

HSL color Cylindrical-coordinate representation of color #D9A692: hue angle of 16.9º 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 #D9A692 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217166146-
CMYK00.240.330.15
HSL16.9º48.3%71.18%-
HSV(B)16.9º32.72%85.1%-
XYZ47.4444.133.21-
YUV178.97109.4155.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=41.02%
G=31.38%
B=27.60%

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
Decimal21716614600.240.330.1516.948.371.18
HexD9A69201821F113047
Octal33124622203041172160107
Binary1101100110100110100100100110001000011111100011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A692; }

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

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

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

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

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

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

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

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