#D3A995

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

Shades of Rose #D3A995

Tints of Rose #D3A995

Color information

#D3A995 (or 0xD3A995) is unknown color: approx Rose. HEX triplet: D3, A9 and 95. RGB value is (211,169,149). Sum of RGB (Red+Green+Blue) = 211+169+149=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A995 is #2C566A. Grayscale: #B3B3B3. Windows color (decimal): -2905707 or 9808339. OLE color: 9808339.

HSL color Cylindrical-coordinate representation of color #D3A995: hue angle of 19.35º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A995 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB211169149-
CMYK00.200.290.17
HSL19.35º41.33%70.59%-
HSV(B)19.35º29.38%82.75%-
XYZ46.4844.3934.55-
YUV179.28110.91150.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=39.89%
G=31.95%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116914900.200.290.1719.3541.3370.59
HexD3A9950141D11132947
Octal32325122502435212351107
Binary1101001110101001100101010101001110110001100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A995; }

 p { color: rgb(211,169,149); }

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

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

 a { background-color: rgb(211,169,149); }

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

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

 span { border-color: rgb(211,169,149); }

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