#D9DF9A

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

Shades of Primrose #D9DF9A

Tints of Primrose #D9DF9A

Color information

#D9DF9A (or 0xD9DF9A) is unknown color: approx Primrose. HEX triplet: D9, DF and 9A. RGB value is (217,223,154). Sum of RGB (Red+Green+Blue) = 217+223+154=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF9A is #262065. Grayscale: #D5D5D5. Windows color (decimal): -2498662 or 10149849. OLE color: 10149849.

HSL color Cylindrical-coordinate representation of color #D9DF9A: hue angle of 65.22º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9DF9A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB217223154-
CMYK0.0300.310.13
HSL65.22º51.88%73.92%-
HSV(B)65.22º30.94%87.45%-
XYZ60.8469.8640.85-
YUV213.3494.51130.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 154 (60.55% from 255) = 25.93%
R=36.53%
G=37.54%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231540.0300.310.1365.2251.8873.92
HexD9DF9A301FD41344a
Octal33133723230371510164112
Binary11011001110111111001101011011111110110000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DF9A; }

 p { color: rgb(217,223,154); }

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

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

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

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

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

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

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