#D9E19A

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

Shades of Primrose #D9E19A

Tints of Primrose #D9E19A

Color information

#D9E19A (or 0xD9E19A) is unknown color: approx Primrose. HEX triplet: D9, E1 and 9A. RGB value is (217,225,154). Sum of RGB (Red+Green+Blue) = 217+225+154=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E19A is #261E65. Grayscale: #D6D6D6. Windows color (decimal): -2498150 or 10150361. OLE color: 10150361.

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

Color convert

RGB217225154-
CMYK0.0400.320.12
HSL66.76º54.2%74.31%-
HSV(B)66.76º31.56%88.24%-
XYZ61.3770.9441.03-
YUV214.5193.85129.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=36.41%
G=37.75%
B=25.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251540.0400.320.1266.7654.274.31
HexD9E19A4020C43364a
Octal33134123240401410366112
Binary1101100111100001100110101000100000110010000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E19A; }

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

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

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

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

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

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

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

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