#D2A396

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

Shades of Rose #D2A396

Tints of Rose #D2A396

Color information

#D2A396 (or 0xD2A396) is unknown color: approx Rose. HEX triplet: D2, A3 and 96. RGB value is (210,163,150). Sum of RGB (Red+Green+Blue) = 210+163+150=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A396 is #2D5C69. Grayscale: #AFAFAF. Windows color (decimal): -2972778 or 9872338. OLE color: 9872338.

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

Color convert

RGB210163150-
CMYK00.220.290.18
HSL13º40%70.59%-
HSV(B)13º28.57%82.35%-
XYZ45.1842.134.6-
YUV175.57113.57152.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=40.15%
G=31.17%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016315000.220.290.18134070.59
HexD2A3960161D12d2847
Octal32224322602635221550107
Binary110100101010001110010110010110111011001011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A396; }

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

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

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

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

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

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

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

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