#D9E18C

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

Shades of Primrose #D9E18C

Tints of Primrose #D9E18C

Color information

#D9E18C (or 0xD9E18C) is unknown color: approx Primrose. HEX triplet: D9, E1 and 8C. RGB value is (217,225,140). Sum of RGB (Red+Green+Blue) = 217+225+140=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E18C is #261E73. Grayscale: #D5D5D5. Windows color (decimal): -2498164 or 9232857. OLE color: 9232857.

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

Color convert

RGB217225140-
CMYK0.0400.380.12
HSL65.65º58.62%71.57%-
HSV(B)65.65º37.78%88.24%-
XYZ60.2770.535.24-
YUV212.9286.85130.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=37.29%
G=38.66%
B=24.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251400.0400.380.1265.6558.6271.57
HexD9E18C4026C423b48
Octal33134121440461410273110
Binary1101100111100001100011001000100110110010000101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E18C; }

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

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

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

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

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

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

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

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