#D7E09A

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

Shades of Primrose #D7E09A

Tints of Primrose #D7E09A

Color information

#D7E09A (or 0xD7E09A) is unknown color: approx Primrose. HEX triplet: D7, E0 and 9A. RGB value is (215,224,154). Sum of RGB (Red+Green+Blue) = 215+224+154=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E09A is #281F65. Grayscale: #D5D5D5. Windows color (decimal): -2629478 or 10150103. OLE color: 10150103.

HSL color Cylindrical-coordinate representation of color #D7E09A: hue angle of 67.71º 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 #D7E09A is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB215224154-
CMYK0.0400.310.12
HSL67.71º53.03%74.12%-
HSV(B)67.71º31.25%87.84%-
XYZ60.5170.0940.91-
YUV213.3394.52129.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=36.26%
G=37.77%
B=25.97%

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
Decimal2152241540.0400.310.1267.7153.0374.12
HexD7E09A401FC44354a
Octal32734023240371410465112
Binary110101111110000010011010100011111110010001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E09A; }

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

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

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

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

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

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

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

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