#D2A493

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

Shades of Rose #D2A493

Tints of Rose #D2A493

Color information

#D2A493 (or 0xD2A493) is unknown color: approx Rose. HEX triplet: D2, A4 and 93. RGB value is (210,164,147). Sum of RGB (Red+Green+Blue) = 210+164+147=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A493 is #2D5B6C. Grayscale: #AFAFAF. Windows color (decimal): -2972525 or 9675986. OLE color: 9675986.

HSL color Cylindrical-coordinate representation of color #D2A493: hue angle of 16.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A493 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210164147-
CMYK00.220.300.18
HSL16.19º41.18%70%-
HSV(B)16.19º30%82.35%-
XYZ45.1242.3633.4-
YUV175.82111.74152.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=40.31%
G=31.48%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016414700.220.300.1816.1941.1870
HexD2A4930161E12102946
Octal32224422302636222051106
Binary1101001010100100100100110101101111010010100001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A493; }

 p { color: rgb(210,164,147); }

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

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

 a { background-color: rgb(210,164,147); }

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

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

 span { border-color: rgb(210,164,147); }

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