#D8DD97

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

Shades of Primrose #D8DD97

Tints of Primrose #D8DD97

Color information

#D8DD97 (or 0xD8DD97) is unknown color: approx Primrose. HEX triplet: D8, DD and 97. RGB value is (216,221,151). Sum of RGB (Red+Green+Blue) = 216+221+151=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD97 is #272268. Grayscale: #D3D3D3. Windows color (decimal): -2564713 or 9952728. OLE color: 9952728.

HSL color Cylindrical-coordinate representation of color #D8DD97: hue angle of 64.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8DD97 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB216221151-
CMYK0.0200.320.13
HSL64.29º50.72%72.94%-
HSV(B)64.29º31.67%86.67%-
XYZ59.7668.5539.36-
YUV211.5293.84131.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=36.73%
G=37.59%
B=25.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211510.0200.320.1364.2950.7272.94
HexD8DD972020D403349
Octal33033522720401510063111
Binary110110001101110110010111100100000110110000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD97; }

 p { color: rgb(216,221,151); }

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

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

 a { background-color: rgb(216,221,151); }

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

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

 span { border-color: rgb(216,221,151); }

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