#D8DC89

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

Shades of Primrose #D8DC89

Tints of Primrose #D8DC89

Color information

#D8DC89 (or 0xD8DC89) is unknown color: approx Primrose. HEX triplet: D8, DC and 89. RGB value is (216,220,137). Sum of RGB (Red+Green+Blue) = 216+220+137=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC89 is #272376. Grayscale: #D1D1D1. Windows color (decimal): -2564983 or 9034968. OLE color: 9034968.

HSL color Cylindrical-coordinate representation of color #D8DC89: hue angle of 62.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8DC89 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB216220137-
CMYK0.0200.380.14
HSL62.89º54.25%70%-
HSV(B)62.89º37.73%86.27%-
XYZ58.4367.5933.63-
YUV209.3487.17132.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 137 (53.91% from 255) = 23.91%
R=37.70%
G=38.39%
B=23.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201370.0200.380.1462.8954.2570
HexD8DC892026E3f3646
Octal3303342112046167766106
Binary11011000110111001000100110010011011101111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC89; }

 p { color: rgb(216,220,137); }

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

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

 a { background-color: rgb(216,220,137); }

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

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

 span { border-color: rgb(216,220,137); }

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