#DED989

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

Shades of Primrose #DED989

Tints of Primrose #DED989

Color information

#DED989 (or 0xDED989) is unknown color: approx Primrose. HEX triplet: DE, D9 and 89. RGB value is (222,217,137). Sum of RGB (Red+Green+Blue) = 222+217+137=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DED989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED989 is #212676. Grayscale: #D1D1D1. Windows color (decimal): -2172535 or 9034206. OLE color: 9034206.

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

Color convert

RGB222217137-
CMYK00.020.380.13
HSL56.47º56.29%70.39%-
HSV(B)56.47º38.29%87.06%-
XYZ59.4566.9633.46-
YUV209.3887.16137-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 137 (53.91% from 255) = 23.78%
R=38.54%
G=37.67%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221713700.020.380.1356.4756.2970.39
HexDED9890226D383846
Octal3363312110246157070106
Binary11011110110110011000100101010011011011110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED989; }

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

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

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

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

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

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

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

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