#D6DE91

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

Shades of Primrose #D6DE91

Tints of Primrose #D6DE91

Color information

#D6DE91 (or 0xD6DE91) is unknown color: approx Primrose. HEX triplet: D6, DE and 91. RGB value is (214,222,145). Sum of RGB (Red+Green+Blue) = 214+222+145=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DE91 is #29216E. Grayscale: #D3D3D3. Windows color (decimal): -2695535 or 9559766. OLE color: 9559766.

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

Color convert

RGB214222145-
CMYK0.0400.350.13
HSL66.23º53.85%71.96%-
HSV(B)66.23º34.68%87.06%-
XYZ58.9668.5836.92-
YUV210.8390.85130.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 145 (57.03% from 255) = 24.96%
R=36.83%
G=38.21%
B=24.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221450.0400.350.1366.2353.8571.96
HexD6DE914023D423648
Octal32633622140431510266110
Binary1101011011011110100100011000100011110110000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE91; }

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

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

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

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

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

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

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

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