#d8a69b

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

Shades of Rose #D8A69B

Tints of Rose #D8A69B

Color information

#D8A69B (or 0xD8A69B) is unknown color: approx Rose. HEX triplet: D8, A6 and 9B. RGB value is (216,166,155). Sum of RGB (Red+Green+Blue) = 216+166+155=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A69B is #275964. Grayscale: #B3B3B3. Windows color (decimal): -2578789 or 10200792. OLE color: 10200792.

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

Color convert

RGB216166155-
CMYK00.230.280.15
HSL10.82º43.88%72.75%-
HSV(B)10.82º28.24%84.71%-
XYZ47.8744.2437.03-
YUV179.7114.06153.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=40.22%
G=30.91%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616615500.230.280.1510.8243.8872.75
HexD8A69B0171CFb2c49
Octal33024623302734171354111
Binary11011000101001101001101101011111100111110111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8a69b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8a69b; }

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

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

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

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

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

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

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

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