#D8A19B

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

Shades of Rose #D8A19B

Tints of Rose #D8A19B

Color information

#D8A19B (or 0xD8A19B) is unknown color: approx Rose. HEX triplet: D8, A1 and 9B. RGB value is (216,161,155). Sum of RGB (Red+Green+Blue) = 216+161+155=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A19B is #275E64. Grayscale: #B0B0B0. Windows color (decimal): -2580069 or 10199512. OLE color: 10199512.

HSL color Cylindrical-coordinate representation of color #D8A19B: hue angle of 5.9º 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 #D8A19B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216161155-
CMYK00.250.280.15
HSL5.9º43.88%72.75%-
HSV(B)5.9º28.24%84.71%-
XYZ46.9842.4636.73-
YUV176.76115.72155.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=40.60%
G=30.26%
B=29.14%

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
Decimal21616115500.250.280.155.943.8872.75
HexD8A19B0191CF62c49
Octal3302412330313417654111
Binary1101100010100001100110110110011110011111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A19B; }

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

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

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

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

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

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

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

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