#D9DF85

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

Shades of Primrose #D9DF85

Tints of Primrose #D9DF85

Color information

#D9DF85 (or 0xD9DF85) is unknown color: approx Primrose. HEX triplet: D9, DF and 85. RGB value is (217,223,133). Sum of RGB (Red+Green+Blue) = 217+223+133=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF85 is #26207A. Grayscale: #D3D3D3. Windows color (decimal): -2498683 or 8773593. OLE color: 8773593.

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

Color convert

RGB217223133-
CMYK0.0300.400.13
HSL64º58.44%69.8%-
HSV(B)64º40.36%87.45%-
XYZ59.2469.2232.43-
YUV210.9584.01132.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=37.87%
G=38.92%
B=23.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231330.0300.400.136458.4469.8
HexD9DF853028D403a46
Octal33133720530501510072106
Binary110110011101111110000101110101000110110000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DF85; }

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

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

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

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

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

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

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

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