#D8D899

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

Shades of Primrose #D8D899

Tints of Primrose #D8D899

Color information

#D8D899 (or 0xD8D899) is unknown color: approx Primrose. HEX triplet: D8, D8 and 99. RGB value is (216,216,153). Sum of RGB (Red+Green+Blue) = 216+216+153=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D899 is #272766. Grayscale: #D1D1D1. Windows color (decimal): -2565991 or 10082520. OLE color: 10082520.

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

Color convert

RGB216216153-
CMYK000.290.15
HSL60º44.68%72.35%-
HSV(B)60º29.17%84.71%-
XYZ58.6266.0139.79-
YUV208.8296.5133.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=36.92%
G=36.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216153000.290.156044.6872.35
HexD8D899001DF3c2d48
Octal3303302310035177455110
Binary110110001101100010011001001110111111111001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D899; }

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

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

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

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

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

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

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

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