#D4D999

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

Shades of Primrose #D4D999

Tints of Primrose #D4D999

Color information

#D4D999 (or 0xD4D999) is unknown color: approx Primrose. HEX triplet: D4, D9 and 99. RGB value is (212,217,153). Sum of RGB (Red+Green+Blue) = 212+217+153=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D999 is #2B2666. Grayscale: #D0D0D0. Windows color (decimal): -2827879 or 10082772. OLE color: 10082772.

HSL color Cylindrical-coordinate representation of color #D4D999: hue angle of 64.69º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D999 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB212217153-
CMYK0.0200.290.15
HSL64.69º45.71%72.55%-
HSV(B)64.69º29.49%85.1%-
XYZ57.7165.9239.82-
YUV208.2196.84130.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=36.43%
G=37.29%
B=26.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171530.0200.290.1564.6945.7172.55
HexD4D999201DF412e49
Octal32433123120351710156111
Binary11010100110110011001100110011101111110000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D999; }

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

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

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

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

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

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

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

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