#DED591

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

Shades of Primrose #DED591

Tints of Primrose #DED591

Color information

#DED591 (or 0xDED591) is unknown color: approx Primrose. HEX triplet: DE, D5 and 91. RGB value is (222,213,145). Sum of RGB (Red+Green+Blue) = 222+213+145=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED591 is #212A6E. Grayscale: #D0D0D0. Windows color (decimal): -2173551 or 9557470. OLE color: 9557470.

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

Color convert

RGB222213145-
CMYK00.040.350.13
HSL52.99º53.85%71.96%-
HSV(B)52.99º34.68%87.06%-
XYZ59.0365.1636.25-
YUV207.9492.48138.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 145 (57.03% from 255) = 25%
R=38.28%
G=36.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221314500.040.350.1352.9953.8571.96
HexDED5910423D353648
Octal3363252210443156566110
Binary110111101101010110010001010010001111011101011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED591; }

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

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

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

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

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

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

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

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