#D9DB98

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

Shades of Primrose #D9DB98

Tints of Primrose #D9DB98

Color information

#D9DB98 (or 0xD9DB98) is unknown color: approx Primrose. HEX triplet: D9, DB and 98. RGB value is (217,219,152). Sum of RGB (Red+Green+Blue) = 217+219+152=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB98 is #262467. Grayscale: #D3D3D3. Windows color (decimal): -2499688 or 10017753. OLE color: 10017753.

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

Color convert

RGB217219152-
CMYK0.0100.310.14
HSL61.79º48.2%72.75%-
HSV(B)61.79º30.59%85.88%-
XYZ59.6167.6839.63-
YUV210.7694.84132.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 152 (59.77% from 255) = 25.85%
R=36.90%
G=37.24%
B=25.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191520.0100.310.1461.7948.272.75
HexD9DB98101FE3e3049
Octal3313332301037167660111
Binary110110011101101110011000101111111101111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DB98; }

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

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

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

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

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

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

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

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