#D9D591

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

Shades of Primrose #D9D591

Tints of Primrose #D9D591

Color information

#D9D591 (or 0xD9D591) is unknown color: approx Primrose. HEX triplet: D9, D5 and 91. RGB value is (217,213,145). Sum of RGB (Red+Green+Blue) = 217+213+145=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D591 is #262A6E. Grayscale: #CECECE. Windows color (decimal): -2501231 or 9557465. OLE color: 9557465.

HSL color Cylindrical-coordinate representation of color #D9D591: hue angle of 56.67º degrees, saturation: 0.49, 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 #D9D591 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217213145-
CMYK00.020.330.15
HSL56.67º48.65%70.98%-
HSV(B)56.67º33.18%85.1%-
XYZ57.5264.3836.18-
YUV206.4493.33135.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 145 (57.03% from 255) = 25.22%
R=37.74%
G=37.04%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721314500.020.330.1556.6748.6570.98
HexD9D5910221F393147
Octal3313252210241177161107
Binary11011001110101011001000101010000111111110011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D591; }

 p { color: rgb(217,213,145); }

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

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

 a { background-color: rgb(217,213,145); }

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

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

 span { border-color: rgb(217,213,145); }

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