#D2A399

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

Shades of Rose #D2A399

Tints of Rose #D2A399

Color information

#D2A399 (or 0xD2A399) is unknown color: approx Rose. HEX triplet: D2, A3 and 99. RGB value is (210,163,153). Sum of RGB (Red+Green+Blue) = 210+163+153=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A399 is #2D5C66. Grayscale: #B0B0B0. Windows color (decimal): -2972775 or 10068946. OLE color: 10068946.

HSL color Cylindrical-coordinate representation of color #D2A399: hue angle of 10.53º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A399 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210163153-
CMYK00.220.270.18
HSL10.53º38.78%71.18%-
HSV(B)10.53º27.14%82.35%-
XYZ45.4342.235.89-
YUV175.91115.07152.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=39.92%
G=30.99%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016315300.220.270.1810.5338.7871.18
HexD2A3990161B12b2747
Octal32224323102633221347107
Binary110100101010001110011001010110110111001010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A399; }

 p { color: rgb(210,163,153); }

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

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

 a { background-color: rgb(210,163,153); }

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

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

 span { border-color: rgb(210,163,153); }

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