#D8E09B

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

Shades of Primrose #D8E09B

Tints of Primrose #D8E09B

Color information

#D8E09B (or 0xD8E09B) is unknown color: approx Primrose. HEX triplet: D8, E0 and 9B. RGB value is (216,224,155). Sum of RGB (Red+Green+Blue) = 216+224+155=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E09B is #271F64. Grayscale: #D6D6D6. Windows color (decimal): -2563941 or 10215640. OLE color: 10215640.

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

Color convert

RGB216224155-
CMYK0.0400.310.12
HSL66.96º52.67%74.31%-
HSV(B)66.96º30.8%87.84%-
XYZ60.8970.2841.37-
YUV213.7494.85129.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 155 (60.94% from 255) = 26.05%
R=36.30%
G=37.65%
B=26.05%

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
Decimal2162241550.0400.310.1266.9652.6774.31
HexD8E09B401FC43354a
Octal33034023340371410365112
Binary110110001110000010011011100011111110010000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E09B; }

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

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

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

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

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

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

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

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