#D6D991

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

Shades of Primrose #D6D991

Tints of Primrose #D6D991

Color information

#D6D991 (or 0xD6D991) is unknown color: approx Primrose. HEX triplet: D6, D9 and 91. RGB value is (214,217,145). Sum of RGB (Red+Green+Blue) = 214+217+145=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D991 is #29266E. Grayscale: #D0D0D0. Windows color (decimal): -2696815 or 9558486. OLE color: 9558486.

HSL color Cylindrical-coordinate representation of color #D6D991: hue angle of 62.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6D991 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB214217145-
CMYK0.0100.330.15
HSL62.5º48.65%70.98%-
HSV(B)62.5º33.18%85.1%-
XYZ57.6665.9736.48-
YUV207.992.51132.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=37.15%
G=37.67%
B=25.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142171450.0100.330.1562.548.6570.98
HexD6D9911021F3e3147
Octal3263312211041177661107
Binary1101011011011001100100011010000111111111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D991; }

 p { color: rgb(214,217,145); }

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

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

 a { background-color: rgb(214,217,145); }

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

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

 span { border-color: rgb(214,217,145); }

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