#DED589

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

Shades of Primrose #DED589

Tints of Primrose #DED589

Color information

#DED589 (or 0xDED589) is unknown color: approx Primrose. HEX triplet: DE, D5 and 89. RGB value is (222,213,137). Sum of RGB (Red+Green+Blue) = 222+213+137=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED589 is #212A76. Grayscale: #CFCFCF. Windows color (decimal): -2173559 or 9033182. OLE color: 9033182.

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

Color convert

RGB222213137-
CMYK00.040.380.13
HSL53.65º56.29%70.39%-
HSV(B)53.65º38.29%87.06%-
XYZ58.4364.9233.12-
YUV207.0388.48138.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=38.81%
G=37.24%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221313700.040.380.1353.6556.2970.39
HexDED5890426D363846
Octal3363252110446156670106
Binary110111101101010110001001010010011011011101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED589; }

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

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

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

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

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

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

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

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