#D9D896

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

Shades of Primrose #D9D896

Tints of Primrose #D9D896

Color information

#D9D896 (or 0xD9D896) is unknown color: approx Primrose. HEX triplet: D9, D8 and 96. RGB value is (217,216,150). Sum of RGB (Red+Green+Blue) = 217+216+150=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D896 is #262769. Grayscale: #D1D1D1. Windows color (decimal): -2500458 or 9885913. OLE color: 9885913.

HSL color Cylindrical-coordinate representation of color #D9D896: hue angle of 59.1º degrees, saturation: 0.47, 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 #D9D896 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217216150-
CMYK00.000.310.15
HSL59.1º46.85%71.96%-
HSV(B)59.1º30.88%85.1%-
XYZ58.6866.0738.51-
YUV208.7794.83133.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=37.22%
G=37.05%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721615000.000.310.1559.146.8571.96
HexD9D896001FF3b2f48
Octal3313302260037177357110
Binary110110011101100010010110001111111111110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D896; }

 p { color: rgb(217,216,150); }

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

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

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

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

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

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

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