#D5DE99

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

Shades of Primrose #D5DE99

Tints of Primrose #D5DE99

Color information

#D5DE99 (or 0xD5DE99) is unknown color: approx Primrose. HEX triplet: D5, DE and 99. RGB value is (213,222,153). Sum of RGB (Red+Green+Blue) = 213+222+153=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE99 is #2A2166. Grayscale: #D3D3D3. Windows color (decimal): -2761063 or 10084053. OLE color: 10084053.

HSL color Cylindrical-coordinate representation of color #D5DE99: hue angle of 67.83º degrees, saturation: 0.51, 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 #D5DE99 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB213222153-
CMYK0.0400.310.13
HSL67.83º51.11%73.53%-
HSV(B)67.83º31.08%87.06%-
XYZ59.3168.6940.27-
YUV211.4495.02129.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=36.22%
G=37.76%
B=26.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132221530.0400.310.1367.8351.1173.53
HexD5DE99401FD44334a
Octal32533623140371510463112
Binary110101011101111010011001100011111110110001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE99; }

 p { color: rgb(213,222,153); }

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

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

 a { background-color: rgb(213,222,153); }

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

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

 span { border-color: rgb(213,222,153); }

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