#D7DC99

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

Shades of Primrose #D7DC99

Tints of Primrose #D7DC99

Color information

#D7DC99 (or 0xD7DC99) is unknown color: approx Primrose. HEX triplet: D7, DC and 99. RGB value is (215,220,153). Sum of RGB (Red+Green+Blue) = 215+220+153=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC99 is #282366. Grayscale: #D3D3D3. Windows color (decimal): -2630503 or 10083543. OLE color: 10083543.

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

Color convert

RGB215220153-
CMYK0.0200.300.14
HSL64.48º48.91%73.14%-
HSV(B)64.48º30.45%86.27%-
XYZ59.3767.9340.12-
YUV210.8795.34130.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 153 (60.16% from 255) = 26.02%
R=36.56%
G=37.41%
B=26.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201530.0200.300.1464.4848.9173.14
HexD7DC99201EE403149
Octal32733423120361610061111
Binary11010111110111001001100110011110111010000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DC99; }

 p { color: rgb(215,220,153); }

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

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

 a { background-color: rgb(215,220,153); }

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

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

 span { border-color: rgb(215,220,153); }

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