#D9DC9A

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

Shades of Primrose #D9DC9A

Tints of Primrose #D9DC9A

Color information

#D9DC9A (or 0xD9DC9A) is unknown color: approx Primrose. HEX triplet: D9, DC and 9A. RGB value is (217,220,154). Sum of RGB (Red+Green+Blue) = 217+220+154=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC9A is #262365. Grayscale: #D3D3D3. Windows color (decimal): -2499430 or 10149081. OLE color: 10149081.

HSL color Cylindrical-coordinate representation of color #D9DC9A: hue angle of 62.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DC9A is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB217220154-
CMYK0.0100.30.14
HSL62.73º48.53%73.33%-
HSV(B)62.73º30%86.27%-
XYZ60.0468.2740.59-
YUV211.5895.51131.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=36.72%
G=37.23%
B=26.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201540.0100.30.1462.7348.5373.33
HexD9DC9A101EE3f3149
Octal3313342321036167761111
Binary110110011101110010011010101111011101111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC9A; }

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

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

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

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

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

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

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

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