#D8A48D

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

Shades of Rose #D8A48D

Tints of Rose #D8A48D

Color information

#D8A48D (or 0xD8A48D) is unknown color: approx Rose. HEX triplet: D8, A4 and 8D. RGB value is (216,164,141). Sum of RGB (Red+Green+Blue) = 216+164+141=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A48D is #275B72. Grayscale: #B1B1B1. Windows color (decimal): -2579315 or 9282776. OLE color: 9282776.

HSL color Cylindrical-coordinate representation of color #D8A48D: hue angle of 18.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8A48D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216164141-
CMYK00.240.350.15
HSL18.4º49.02%70%-
HSV(B)18.4º34.72%84.71%-
XYZ46.443.0731.07-
YUV176.93107.73155.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=41.46%
G=31.48%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616414100.240.350.1518.449.0270
HexD8A48D01823F123146
Octal33024421503043172261106
Binary1101100010100100100011010110001000111111100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A48D; }

 p { color: rgb(216,164,141); }

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

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

 a { background-color: rgb(216,164,141); }

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

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

 span { border-color: rgb(216,164,141); }

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