#DED882

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

Shades of Primrose #DED882

Tints of Primrose #DED882

Color information

#DED882 (or 0xDED882) is unknown color: approx Primrose. HEX triplet: DE, D8 and 82. RGB value is (222,216,130). Sum of RGB (Red+Green+Blue) = 222+216+130=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED882 is #21277D. Grayscale: #D0D0D0. Windows color (decimal): -2172798 or 8575198. OLE color: 8575198.

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

Color convert

RGB222216130-
CMYK00.030.410.13
HSL56.09º58.23%69.02%-
HSV(B)56.09º41.44%87.06%-
XYZ58.7166.2530.81-
YUV207.9983.99137.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=39.08%
G=38.03%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221613000.030.410.1356.0958.2369.02
HexDED8820329D383a45
Octal3363302020351157072105
Binary11011110110110001000001001110100111011110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED882; }

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

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

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

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

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

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

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

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