#d9db88

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

Shades of Primrose #D9DB88

Tints of Primrose #D9DB88

Color information

#D9DB88 (or 0xD9DB88) is unknown color: approx Primrose. HEX triplet: D9, DB and 88. RGB value is (217,219,136). Sum of RGB (Red+Green+Blue) = 217+219+136=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB88 is #262477. Grayscale: #D1D1D1. Windows color (decimal): -2499704 or 8969177. OLE color: 8969177.

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

Color convert

RGB217219136-
CMYK0.0100.380.14
HSL61.45º53.55%69.61%-
HSV(B)61.45º37.9%85.88%-
XYZ58.3967.1933.18-
YUV208.9486.84133.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=37.94%
G=38.29%
B=23.78%

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
Decimal2172191360.0100.380.1461.4553.5569.61
HexD9DB881026E3d3646
Octal3313332101046167566106
Binary1101100111011011100010001010011011101111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9db88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9db88; }

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

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

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

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

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

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

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

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