#D7E18C

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

Shades of Primrose #D7E18C

Tints of Primrose #D7E18C

Color information

#D7E18C (or 0xD7E18C) is unknown color: approx Primrose. HEX triplet: D7, E1 and 8C. RGB value is (215,225,140). Sum of RGB (Red+Green+Blue) = 215+225+140=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E18C is #281E73. Grayscale: #D4D4D4. Windows color (decimal): -2629236 or 9232855. OLE color: 9232855.

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

Color convert

RGB215225140-
CMYK0.0400.380.12
HSL67.06º58.62%71.57%-
HSV(B)67.06º37.78%88.24%-
XYZ59.6870.1935.21-
YUV212.3287.19129.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=37.07%
G=38.79%
B=24.14%

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
Decimal2152251400.0400.380.1267.0658.6271.57
HexD7E18C4026C433b48
Octal32734121440461410373110
Binary1101011111100001100011001000100110110010000111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E18C; }

 p { color: rgb(215,225,140); }

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

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

 a { background-color: rgb(215,225,140); }

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

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

 span { border-color: rgb(215,225,140); }

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