#D9DD9B

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

Shades of Primrose #D9DD9B

Tints of Primrose #D9DD9B

Color information

#D9DD9B (or 0xD9DD9B) is unknown color: approx Primrose. HEX triplet: D9, DD and 9B. RGB value is (217,221,155). Sum of RGB (Red+Green+Blue) = 217+221+155=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD9B is #262264. Grayscale: #D4D4D4. Windows color (decimal): -2499173 or 10214873. OLE color: 10214873.

HSL color Cylindrical-coordinate representation of color #D9DD9B: hue angle of 63.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DD9B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB217221155-
CMYK0.0200.300.13
HSL63.64º49.25%73.73%-
HSV(B)63.64º29.86%86.67%-
XYZ60.3968.8341.11-
YUV212.2895.67131.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=36.59%
G=37.27%
B=26.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211550.0200.300.1363.6449.2573.73
HexD9DD9B201ED40314a
Octal33133523320361510061112
Binary11011001110111011001101110011110110110000001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD9B; }

 p { color: rgb(217,221,155); }

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

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

 a { background-color: rgb(217,221,155); }

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

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

 span { border-color: rgb(217,221,155); }

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