#D3A08B

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

Shades of Rose #D3A08B

Tints of Rose #D3A08B

Color information

#D3A08B (or 0xD3A08B) is unknown color: approx Rose. HEX triplet: D3, A0 and 8B. RGB value is (211,160,139). Sum of RGB (Red+Green+Blue) = 211+160+139=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A08B is #2C5F74. Grayscale: #ACACAC. Windows color (decimal): -2908021 or 9150675. OLE color: 9150675.

HSL color Cylindrical-coordinate representation of color #D3A08B: hue angle of 17.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A08B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211160139-
CMYK00.240.340.17
HSL17.5º45%68.63%-
HSV(B)17.5º34.12%82.75%-
XYZ44.0940.8529.99-
YUV172.86108.9155.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=41.37%
G=31.37%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116013900.240.340.1717.54568.63
HexD3A08B0182211122d45
Octal32324021303042212255105
Binary11010011101000001000101101100010001010001100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A08B; }

 p { color: rgb(211,160,139); }

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

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

 a { background-color: rgb(211,160,139); }

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

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

 span { border-color: rgb(211,160,139); }

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