#D8A29B

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

Shades of Rose #D8A29B

Tints of Rose #D8A29B

Color information

#D8A29B (or 0xD8A29B) is unknown color: approx Rose. HEX triplet: D8, A2 and 9B. RGB value is (216,162,155). Sum of RGB (Red+Green+Blue) = 216+162+155=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A29B is #275D64. Grayscale: #B1B1B1. Windows color (decimal): -2579813 or 10199768. OLE color: 10199768.

HSL color Cylindrical-coordinate representation of color #D8A29B: hue angle of 6.89º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8A29B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216162155-
CMYK00.250.280.15
HSL6.89º43.88%72.75%-
HSV(B)6.89º28.24%84.71%-
XYZ47.1642.8136.79-
YUV177.35115.39155.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=40.53%
G=30.39%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616215500.250.280.156.8943.8872.75
HexD8A29B0191CF72c49
Octal3302422330313417754111
Binary1101100010100010100110110110011110011111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A29B; }

 p { color: rgb(216,162,155); }

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

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

 a { background-color: rgb(216,162,155); }

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

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

 span { border-color: rgb(216,162,155); }

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