#D4DE99

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

Shades of Primrose #D4DE99

Tints of Primrose #D4DE99

Color information

#D4DE99 (or 0xD4DE99) is unknown color: approx Primrose. HEX triplet: D4, DE and 99. RGB value is (212,222,153). Sum of RGB (Red+Green+Blue) = 212+222+153=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DE99 is #2B2166. Grayscale: #D3D3D3. Windows color (decimal): -2826599 or 10084052. OLE color: 10084052.

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

Color convert

RGB212222153-
CMYK0.0500.310.13
HSL68.7º51.11%73.53%-
HSV(B)68.7º31.08%87.06%-
XYZ59.0268.5440.26-
YUV211.1495.19128.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 153 (60.16% from 255) = 26.06%
R=36.12%
G=37.82%
B=26.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122221530.0500.310.1368.751.1173.53
HexD4DE99501FD45334a
Octal32433623150371510563112
Binary110101001101111010011001101011111110110001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DE99; }

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

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

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

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

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

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

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

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