#D8D895

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

Shades of Primrose #D8D895

Tints of Primrose #D8D895

Color information

#D8D895 (or 0xD8D895) is unknown color: approx Primrose. HEX triplet: D8, D8 and 95. RGB value is (216,216,149). Sum of RGB (Red+Green+Blue) = 216+216+149=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D895 is #27276A. Grayscale: #D0D0D0. Windows color (decimal): -2565995 or 9820376. OLE color: 9820376.

HSL color Cylindrical-coordinate representation of color #D8D895: hue angle of 60º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8D895 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216216149-
CMYK000.310.15
HSL60º46.21%71.57%-
HSV(B)60º31.02%84.71%-
XYZ58.365.8838.08-
YUV208.3694.5133.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=37.18%
G=37.18%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216149000.310.156046.2171.57
HexD8D895001FF3c2e48
Octal3303302250037177456110
Binary110110001101100010010101001111111111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D895; }

 p { color: rgb(216,216,149); }

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

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

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

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

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

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

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