#D4DE93

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

Shades of Primrose #D4DE93

Tints of Primrose #D4DE93

Color information

#D4DE93 (or 0xD4DE93) is unknown color: approx Primrose. HEX triplet: D4, DE and 93. RGB value is (212,222,147). Sum of RGB (Red+Green+Blue) = 212+222+147=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DE93 is #2B216C. Grayscale: #D2D2D2. Windows color (decimal): -2826605 or 9690836. OLE color: 9690836.

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

Color convert

RGB212222147-
CMYK0.0500.340.13
HSL68º53.19%72.35%-
HSV(B)68º33.78%87.06%-
XYZ58.5468.3537.71-
YUV210.4692.19129.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 147 (57.81% from 255) = 25.30%
R=36.49%
G=38.21%
B=25.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122221470.0500.340.136853.1972.35
HexD4DE935022D443548
Octal32433622350421510465110
Binary1101010011011110100100111010100010110110001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DE93; }

 p { color: rgb(212,222,147); }

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

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

 a { background-color: rgb(212,222,147); }

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

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

 span { border-color: rgb(212,222,147); }

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