#D3A691

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

Shades of Rose #D3A691

Tints of Rose #D3A691

Color information

#D3A691 (or 0xD3A691) is unknown color: approx Rose. HEX triplet: D3, A6 and 91. RGB value is (211,166,145). Sum of RGB (Red+Green+Blue) = 211+166+145=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A691 is #2C596E. Grayscale: #B1B1B1. Windows color (decimal): -2906479 or 9545427. OLE color: 9545427.

HSL color Cylindrical-coordinate representation of color #D3A691: hue angle of 19.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3A691 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB211166145-
CMYK00.210.310.17
HSL19.09º42.86%69.8%-
HSV(B)19.09º31.28%82.75%-
XYZ45.6143.1732.72-
YUV177.06109.91152.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=40.42%
G=31.80%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116614500.210.310.1719.0942.8669.8
HexD3A6910151F11132b46
Octal32324622102537212353106
Binary1101001110100110100100010101011111110001100111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A691; }

 p { color: rgb(211,166,145); }

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

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

 a { background-color: rgb(211,166,145); }

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

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

 span { border-color: rgb(211,166,145); }

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