#D9E18D

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

Shades of Primrose #D9E18D

Tints of Primrose #D9E18D

Color information

#D9E18D (or 0xD9E18D) is unknown color: approx Primrose. HEX triplet: D9, E1 and 8D. RGB value is (217,225,141). Sum of RGB (Red+Green+Blue) = 217+225+141=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18D is #261E72. Grayscale: #D5D5D5. Windows color (decimal): -2498163 or 9298393. OLE color: 9298393.

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

Color convert

RGB217225141-
CMYK0.0400.370.12
HSL65.71º58.33%71.76%-
HSV(B)65.71º37.33%88.24%-
XYZ60.3570.5335.63-
YUV213.0387.35130.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=37.22%
G=38.59%
B=24.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251410.0400.370.1265.7158.3371.76
HexD9E18D4025C423a48
Octal33134121540451410272110
Binary1101100111100001100011011000100101110010000101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E18D; }

 p { color: rgb(217,225,141); }

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

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

 a { background-color: rgb(217,225,141); }

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

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

 span { border-color: rgb(217,225,141); }

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