#D6DE9C

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

Shades of Primrose #D6DE9C

Tints of Primrose #D6DE9C

Color information

#D6DE9C (or 0xD6DE9C) is unknown color: approx Primrose. HEX triplet: D6, DE and 9C. RGB value is (214,222,156). Sum of RGB (Red+Green+Blue) = 214+222+156=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DE9C is #292163. Grayscale: #D4D4D4. Windows color (decimal): -2695524 or 10280662. OLE color: 10280662.

HSL color Cylindrical-coordinate representation of color #D6DE9C: hue angle of 67.27º degrees, saturation: 0.5, 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 #D6DE9C is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB214222156-
CMYK0.0400.300.13
HSL67.27º50%74.12%-
HSV(B)67.27º29.73%87.06%-
XYZ59.8568.9441.6-
YUV212.0896.35129.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 26.35%
R=36.15%
G=37.5%
B=26.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221560.0400.300.1367.275074.12
HexD6DE9C401ED43324a
Octal32633623440361510362112
Binary110101101101111010011100100011110110110000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE9C; }

 p { color: rgb(214,222,156); }

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

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

 a { background-color: rgb(214,222,156); }

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

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

 span { border-color: rgb(214,222,156); }

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