#D3A694

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

Shades of Rose #D3A694

Tints of Rose #D3A694

Color information

#D3A694 (or 0xD3A694) is unknown color: approx Rose. HEX triplet: D3, A6 and 94. RGB value is (211,166,148). Sum of RGB (Red+Green+Blue) = 211+166+148=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A694 is #2C596B. Grayscale: #B1B1B1. Windows color (decimal): -2906476 or 9742035. OLE color: 9742035.

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

Color convert

RGB211166148-
CMYK00.210.300.17
HSL17.14º41.72%70.39%-
HSV(B)17.14º29.86%82.75%-
XYZ45.8543.2633.95-
YUV177.4111.41151.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=40.19%
G=31.62%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116614800.210.300.1717.1441.7270.39
HexD3A6940151E11112a46
Octal32324622402536212152106
Binary1101001110100110100101000101011111010001100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A694; }

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

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

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

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

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

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

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

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