#DED58C

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

Shades of Primrose #DED58C

Tints of Primrose #DED58C

Color information

#DED58C (or 0xDED58C) is unknown color: approx Primrose. HEX triplet: DE, D5 and 8C. RGB value is (222,213,140). Sum of RGB (Red+Green+Blue) = 222+213+140=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED58C is #212A73. Grayscale: #CFCFCF. Windows color (decimal): -2173556 or 9229790. OLE color: 9229790.

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

Color convert

RGB222213140-
CMYK00.040.370.13
HSL53.41º55.41%70.98%-
HSV(B)53.41º36.94%87.06%-
XYZ58.6565.0134.27-
YUV207.3789.98138.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=38.61%
G=37.04%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221314000.040.370.1353.4155.4170.98
HexDED58C0425D353747
Octal3363252140445156567107
Binary110111101101010110001100010010010111011101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED58C; }

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

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

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

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

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

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

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

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