#DED889

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

Shades of Primrose #DED889

Tints of Primrose #DED889

Color information

#DED889 (or 0xDED889) is unknown color: approx Primrose. HEX triplet: DE, D8 and 89. RGB value is (222,216,137). Sum of RGB (Red+Green+Blue) = 222+216+137=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED889 is #212776. Grayscale: #D1D1D1. Windows color (decimal): -2172791 or 9033950. OLE color: 9033950.

HSL color Cylindrical-coordinate representation of color #DED889: hue angle of 55.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED889 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222216137-
CMYK00.030.380.13
HSL55.76º56.29%70.39%-
HSV(B)55.76º38.29%87.06%-
XYZ59.266.4533.37-
YUV208.7987.49137.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 137 (53.91% from 255) = 23.83%
R=38.61%
G=37.57%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221613700.030.380.1355.7656.2970.39
HexDED8890326D383846
Octal3363302110346157070106
Binary11011110110110001000100101110011011011110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED889; }

 p { color: rgb(222,216,137); }

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

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

 a { background-color: rgb(222,216,137); }

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

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

 span { border-color: rgb(222,216,137); }

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