#D9D88B

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

Shades of Primrose #D9D88B

Tints of Primrose #D9D88B

Color information

#D9D88B (or 0xD9D88B) is unknown color: approx Primrose. HEX triplet: D9, D8 and 8B. RGB value is (217,216,139). Sum of RGB (Red+Green+Blue) = 217+216+139=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D88B is #262774. Grayscale: #CFCFCF. Windows color (decimal): -2500469 or 9165017. OLE color: 9165017.

HSL color Cylindrical-coordinate representation of color #D9D88B: hue angle of 59.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9D88B is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217216139-
CMYK00.000.360.15
HSL59.23º50.65%69.8%-
HSV(B)59.23º35.94%85.1%-
XYZ57.8365.7334.06-
YUV207.5289.33134.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 139 (54.69% from 255) = 24.30%
R=37.94%
G=37.76%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721613900.000.360.1559.2350.6569.8
HexD9D88B0024F3b3346
Octal3313302130044177363106
Binary1101100111011000100010110010010011111110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D88B; }

 p { color: rgb(217,216,139); }

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

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

 a { background-color: rgb(217,216,139); }

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

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

 span { border-color: rgb(217,216,139); }

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