#DED883

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

Shades of Primrose #DED883

Tints of Primrose #DED883

Color information

#DED883 (or 0xDED883) is unknown color: approx Primrose. HEX triplet: DE, D8 and 83. RGB value is (222,216,131). Sum of RGB (Red+Green+Blue) = 222+216+131=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DED883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED883 is #21277C. Grayscale: #D0D0D0. Windows color (decimal): -2172797 or 8640734. OLE color: 8640734.

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

Color convert

RGB222216131-
CMYK00.030.410.13
HSL56.04º57.96%69.22%-
HSV(B)56.04º40.99%87.06%-
XYZ58.7866.2831.17-
YUV208.184.49137.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 131 (51.56% from 255) = 23.02%
R=39.02%
G=37.96%
B=23.02%

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
Decimal22221613100.030.410.1356.0457.9669.22
HexDED8830329D383a45
Octal3363302030351157072105
Binary11011110110110001000001101110100111011110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED883; }

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

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

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

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

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

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

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

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