#D9D984

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

Shades of Primrose #D9D984

Tints of Primrose #D9D984

Color information

#D9D984 (or 0xD9D984) is unknown color: approx Primrose. HEX triplet: D9, D9 and 84. RGB value is (217,217,132). Sum of RGB (Red+Green+Blue) = 217+217+132=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D984 is #26267B. Grayscale: #CFCFCF. Windows color (decimal): -2500220 or 8706521. OLE color: 8706521.

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

Color convert

RGB217217132-
CMYK000.390.15
HSL60º52.8%68.43%-
HSV(B)60º39.17%85.1%-
XYZ57.5966.0431.54-
YUV207.3185.5134.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 132 (51.95% from 255) = 23.32%
R=38.34%
G=38.34%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217132000.390.156052.868.43
HexD9D9840027F3c3544
Octal3313312040047177465104
Binary1101100111011001100001000010011111111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D984; }

 p { color: rgb(217,217,132); }

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

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

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

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

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

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

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