#D8DB88

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

Shades of Primrose #D8DB88

Tints of Primrose #D8DB88

Color information

#D8DB88 (or 0xD8DB88) is unknown color: approx Primrose. HEX triplet: D8, DB and 88. RGB value is (216,219,136). Sum of RGB (Red+Green+Blue) = 216+219+136=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB88 is #272477. Grayscale: #D0D0D0. Windows color (decimal): -2565240 or 8969176. OLE color: 8969176.

HSL color Cylindrical-coordinate representation of color #D8DB88: hue angle of 62.17º 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 #D8DB88 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB216219136-
CMYK0.0100.380.14
HSL62.17º53.55%69.61%-
HSV(B)62.17º37.9%85.88%-
XYZ58.0967.0433.17-
YUV208.6487.01133.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=37.83%
G=38.35%
B=23.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191360.0100.380.1462.1753.5569.61
HexD8DB881026E3e3646
Octal3303332101046167666106
Binary1101100011011011100010001010011011101111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB88; }

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

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

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

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

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

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

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

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