#D8E09A

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

Shades of Primrose #D8E09A

Tints of Primrose #D8E09A

Color information

#D8E09A (or 0xD8E09A) is unknown color: approx Primrose. HEX triplet: D8, E0 and 9A. RGB value is (216,224,154). Sum of RGB (Red+Green+Blue) = 216+224+154=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E09A is #271F65. Grayscale: #D5D5D5. Windows color (decimal): -2563942 or 10150104. OLE color: 10150104.

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

Color convert

RGB216224154-
CMYK0.0400.310.12
HSL66.86º53.03%74.12%-
HSV(B)66.86º31.25%87.84%-
XYZ60.8170.2440.93-
YUV213.6394.35129.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 154 (60.55% from 255) = 25.93%
R=36.36%
G=37.71%
B=25.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241540.0400.310.1266.8653.0374.12
HexD8E09A401FC43354a
Octal33034023240371410365112
Binary110110001110000010011010100011111110010000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E09A; }

 p { color: rgb(216,224,154); }

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

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

 a { background-color: rgb(216,224,154); }

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

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

 span { border-color: rgb(216,224,154); }

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