#D9DD85

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

Shades of Primrose #D9DD85

Tints of Primrose #D9DD85

Color information

#D9DD85 (or 0xD9DD85) is unknown color: approx Primrose. HEX triplet: D9, DD and 85. RGB value is (217,221,133). Sum of RGB (Red+Green+Blue) = 217+221+133=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD85 is #26227A. Grayscale: #D2D2D2. Windows color (decimal): -2499195 or 8773081. OLE color: 8773081.

HSL color Cylindrical-coordinate representation of color #D9DD85: hue angle of 62.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DD85 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB217221133-
CMYK0.0200.400.13
HSL62.73º56.41%69.41%-
HSV(B)62.73º39.82%86.67%-
XYZ58.7168.1632.25-
YUV209.7784.67133.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=38.00%
G=38.70%
B=23.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211330.0200.400.1362.7356.4169.41
HexD9DD852028D3f3845
Octal3313352052050157770105
Binary11011001110111011000010110010100011011111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD85; }

 p { color: rgb(217,221,133); }

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

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

 a { background-color: rgb(217,221,133); }

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

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

 span { border-color: rgb(217,221,133); }

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