#D9E08F

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

Shades of Primrose #D9E08F

Tints of Primrose #D9E08F

Color information

#D9E08F (or 0xD9E08F) is unknown color: approx Primrose. HEX triplet: D9, E0 and 8F. RGB value is (217,224,143). Sum of RGB (Red+Green+Blue) = 217+224+143=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E08F is #261F70. Grayscale: #D4D4D4. Windows color (decimal): -2498417 or 9429209. OLE color: 9429209.

HSL color Cylindrical-coordinate representation of color #D9E08F: hue angle of 65.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9E08F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB217224143-
CMYK0.0300.360.12
HSL65.19º56.64%71.96%-
HSV(B)65.19º36.16%87.84%-
XYZ60.2370.0536.33-
YUV212.6788.68131.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 143 (56.25% from 255) = 24.49%
R=37.16%
G=38.36%
B=24.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172241430.0300.360.1265.1956.6471.96
HexD9E08F3024C413948
Octal33134021730441410171110
Binary110110011110000010001111110100100110010000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E08F; }

 p { color: rgb(217,224,143); }

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

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

 a { background-color: rgb(217,224,143); }

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

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

 span { border-color: rgb(217,224,143); }

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