#D3A290

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

Shades of Rose #D3A290

Tints of Rose #D3A290

Color information

#D3A290 (or 0xD3A290) is unknown color: approx Rose. HEX triplet: D3, A2 and 90. RGB value is (211,162,144). Sum of RGB (Red+Green+Blue) = 211+162+144=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A290 is #2C5D6F. Grayscale: #AEAEAE. Windows color (decimal): -2907504 or 9478867. OLE color: 9478867.

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

Color convert

RGB211162144-
CMYK00.230.320.17
HSL16.12º43.23%69.61%-
HSV(B)16.12º31.75%82.75%-
XYZ44.8241.732.07-
YUV174.6110.73153.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=40.81%
G=31.33%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116214400.230.320.1716.1243.2369.61
HexD3A2900172011102b46
Octal32324222002740212053106
Binary11010011101000101001000001011110000010001100001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A290; }

 p { color: rgb(211,162,144); }

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

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

 a { background-color: rgb(211,162,144); }

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

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

 span { border-color: rgb(211,162,144); }

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