#D9DE94

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

Shades of Primrose #D9DE94

Tints of Primrose #D9DE94

Color information

#D9DE94 (or 0xD9DE94) is unknown color: approx Primrose. HEX triplet: D9, DE and 94. RGB value is (217,222,148). Sum of RGB (Red+Green+Blue) = 217+222+148=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE94 is #26216B. Grayscale: #D4D4D4. Windows color (decimal): -2498924 or 9756377. OLE color: 9756377.

HSL color Cylindrical-coordinate representation of color #D9DE94: hue angle of 64.05º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9DE94 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB217222148-
CMYK0.0200.330.13
HSL64.05º52.86%72.55%-
HSV(B)64.05º33.33%87.06%-
XYZ60.0869.1338.19-
YUV212.0791.84131.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=36.97%
G=37.82%
B=25.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221480.0200.330.1364.0552.8672.55
HexD9DE942021D403549
Octal33133622420411510065111
Binary110110011101111010010100100100001110110000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DE94; }

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

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

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

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

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

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

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

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