#D9DE8A

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

Shades of Primrose #D9DE8A

Tints of Primrose #D9DE8A

Color information

#D9DE8A (or 0xD9DE8A) is unknown color: approx Primrose. HEX triplet: D9, DE and 8A. RGB value is (217,222,138). Sum of RGB (Red+Green+Blue) = 217+222+138=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE8A is #262175. Grayscale: #D3D3D3. Windows color (decimal): -2498934 or 9101017. OLE color: 9101017.

HSL color Cylindrical-coordinate representation of color #D9DE8A: hue angle of 63.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9DE8A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB217222138-
CMYK0.0200.380.13
HSL63.57º56%70.59%-
HSV(B)63.57º37.84%87.06%-
XYZ59.3268.8334.2-
YUV210.9386.84132.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=37.61%
G=38.47%
B=23.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221380.0200.380.1363.575670.59
HexD9DE8A2026D403847
Octal33133621220461510070107
Binary110110011101111010001010100100110110110000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DE8A; }

 p { color: rgb(217,222,138); }

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

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

 a { background-color: rgb(217,222,138); }

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

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

 span { border-color: rgb(217,222,138); }

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