#DED88D

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

Shades of Primrose #DED88D

Tints of Primrose #DED88D

Color information

#DED88D (or 0xDED88D) is unknown color: approx Primrose. HEX triplet: DE, D8 and 8D. RGB value is (222,216,141). Sum of RGB (Red+Green+Blue) = 222+216+141=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DED88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED88D is #212772. Grayscale: #D1D1D1. Windows color (decimal): -2172787 or 9296094. OLE color: 9296094.

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

Color convert

RGB222216141-
CMYK00.030.360.13
HSL55.56º55.1%71.18%-
HSV(B)55.56º36.49%87.06%-
XYZ59.4966.5634.91-
YUV209.2489.49137.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=38.34%
G=37.31%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221614100.030.360.1355.5655.171.18
HexDED88D0324D383747
Octal3363302150344157067107
Binary11011110110110001000110101110010011011110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED88D; }

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

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

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

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

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

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

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

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