#D8A491

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

Shades of Rose #D8A491

Tints of Rose #D8A491

Color information

#D8A491 (or 0xD8A491) is unknown color: approx Rose. HEX triplet: D8, A4 and 91. RGB value is (216,164,145). Sum of RGB (Red+Green+Blue) = 216+164+145=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A491 is #275B6E. Grayscale: #B1B1B1. Windows color (decimal): -2579311 or 9544920. OLE color: 9544920.

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

Color convert

RGB216164145-
CMYK00.240.330.15
HSL16.06º47.65%70.78%-
HSV(B)16.06º32.87%84.71%-
XYZ46.7143.1932.66-
YUV177.38109.73155.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=41.14%
G=31.24%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616414500.240.330.1516.0647.6570.78
HexD8A49101821F103047
Octal33024422103041172060107
Binary1101100010100100100100010110001000011111100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A491; }

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

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

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

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

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

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

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

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