#D8DB9A

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

Shades of Primrose #D8DB9A

Tints of Primrose #D8DB9A

Color information

#D8DB9A (or 0xD8DB9A) is unknown color: approx Primrose. HEX triplet: D8, DB and 9A. RGB value is (216,219,154). Sum of RGB (Red+Green+Blue) = 216+219+154=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB9A is #272465. Grayscale: #D2D2D2. Windows color (decimal): -2565222 or 10148824. OLE color: 10148824.

HSL color Cylindrical-coordinate representation of color #D8DB9A: hue angle of 62.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8DB9A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB216219154-
CMYK0.0100.300.14
HSL62.77º47.45%73.14%-
HSV(B)62.77º29.68%85.88%-
XYZ59.4867.640.48-
YUV210.6996.01131.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=36.67%
G=37.18%
B=26.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191540.0100.300.1462.7747.4573.14
HexD8DB9A101EE3f2f49
Octal3303332321036167757111
Binary110110001101101110011010101111011101111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB9A; }

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

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

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

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

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

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

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

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