#DED994

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

Shades of Primrose #DED994

Tints of Primrose #DED994

Color information

#DED994 (or 0xDED994) is unknown color: approx Primrose. HEX triplet: DE, D9 and 94. RGB value is (222,217,148). Sum of RGB (Red+Green+Blue) = 222+217+148=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DED994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED994 is #21266B. Grayscale: #D2D2D2. Windows color (decimal): -2172524 or 9755102. OLE color: 9755102.

HSL color Cylindrical-coordinate representation of color #DED994: hue angle of 55.95º 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 #DED994 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222217148-
CMYK00.020.330.13
HSL55.95º52.86%72.55%-
HSV(B)55.95º33.33%87.06%-
XYZ60.2867.2937.83-
YUV210.6392.66136.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=37.82%
G=36.97%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221714800.020.330.1355.9552.8672.55
HexDED9940221D383549
Octal3363312240241157065111
Binary11011110110110011001010001010000111011110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED994; }

 p { color: rgb(222,217,148); }

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

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

 a { background-color: rgb(222,217,148); }

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

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

 span { border-color: rgb(222,217,148); }

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