#D9DC94

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

Shades of Primrose #D9DC94

Tints of Primrose #D9DC94

Color information

#D9DC94 (or 0xD9DC94) is unknown color: approx Primrose. HEX triplet: D9, DC and 94. RGB value is (217,220,148). Sum of RGB (Red+Green+Blue) = 217+220+148=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC94 is #26236B. Grayscale: #D3D3D3. Windows color (decimal): -2499436 or 9755865. OLE color: 9755865.

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

Color convert

RGB217220148-
CMYK0.0100.330.14
HSL62.5º50.7%72.16%-
HSV(B)62.5º32.73%86.27%-
XYZ59.5568.0838.02-
YUV210.992.51132.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=37.09%
G=37.61%
B=25.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201480.0100.330.1462.550.772.16
HexD9DC941021E3e3348
Octal3313342241041167663110
Binary1101100111011100100101001010000111101111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC94; }

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

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

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

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

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

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

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

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