#D7E08A

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

Shades of Primrose #D7E08A

Tints of Primrose #D7E08A

Color information

#D7E08A (or 0xD7E08A) is unknown color: approx Primrose. HEX triplet: D7, E0 and 8A. RGB value is (215,224,138). Sum of RGB (Red+Green+Blue) = 215+224+138=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E08A is #281F75. Grayscale: #D3D3D3. Windows color (decimal): -2629494 or 9101527. OLE color: 9101527.

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

Color convert

RGB215224138-
CMYK0.0400.380.12
HSL66.28º58.11%70.98%-
HSV(B)66.28º38.39%87.84%-
XYZ59.2769.5934.35-
YUV211.586.52130.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=37.26%
G=38.82%
B=23.92%

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
Decimal2152241380.0400.380.1266.2858.1170.98
HexD7E08A4026C423a47
Octal32734021240461410272107
Binary1101011111100000100010101000100110110010000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E08A; }

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

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

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

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

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

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

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

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