#D8DB89

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

Shades of Primrose #D8DB89

Tints of Primrose #D8DB89

Color information

#D8DB89 (or 0xD8DB89) is unknown color: approx Primrose. HEX triplet: D8, DB and 89. RGB value is (216,219,137). Sum of RGB (Red+Green+Blue) = 216+219+137=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB89 is #272476. Grayscale: #D1D1D1. Windows color (decimal): -2565239 or 9034712. OLE color: 9034712.

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

Color convert

RGB216219137-
CMYK0.0100.370.14
HSL62.2º53.25%69.8%-
HSV(B)62.2º37.44%85.88%-
XYZ58.1767.0733.55-
YUV208.7687.51133.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=37.76%
G=38.29%
B=23.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191370.0100.370.1462.253.2569.8
HexD8DB891025E3e3546
Octal3303332111045167665106
Binary1101100011011011100010011010010111101111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB89; }

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

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

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

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

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

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

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

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