#D6DE95

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

Shades of Primrose #D6DE95

Tints of Primrose #D6DE95

Color information

#D6DE95 (or 0xD6DE95) is unknown color: approx Primrose. HEX triplet: D6, DE and 95. RGB value is (214,222,149). Sum of RGB (Red+Green+Blue) = 214+222+149=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DE95 is #29216A. Grayscale: #D3D3D3. Windows color (decimal): -2695531 or 9821910. OLE color: 9821910.

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

Color convert

RGB214222149-
CMYK0.0400.330.13
HSL66.58º52.52%72.75%-
HSV(B)66.58º32.88%87.06%-
XYZ59.2868.7138.57-
YUV211.2992.85129.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=36.58%
G=37.95%
B=25.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221490.0400.330.1366.5852.5272.75
HexD6DE954021D433549
Octal32633622540411510365111
Binary1101011011011110100101011000100001110110000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE95; }

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

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

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

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

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

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

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

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