#D8A28D

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

Shades of Rose #D8A28D

Tints of Rose #D8A28D

Color information

#D8A28D (or 0xD8A28D) is unknown color: approx Rose. HEX triplet: D8, A2 and 8D. RGB value is (216,162,141). Sum of RGB (Red+Green+Blue) = 216+162+141=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A28D is #275D72. Grayscale: #AFAFAF. Windows color (decimal): -2579827 or 9282264. OLE color: 9282264.

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

Color convert

RGB216162141-
CMYK00.250.350.15
HSL16.8º49.02%70%-
HSV(B)16.8º34.72%84.71%-
XYZ46.0542.3630.95-
YUV175.75108.39156.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=41.62%
G=31.21%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616214100.250.350.1516.849.0270
HexD8A28D01923F113146
Octal33024221503143172161106
Binary1101100010100010100011010110011000111111100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A28D; }

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

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

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

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

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

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

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

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