#DED492

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

Shades of Primrose #DED492

Tints of Primrose #DED492

Color information

#DED492 (or 0xDED492) is unknown color: approx Primrose. HEX triplet: DE, D4 and 92. RGB value is (222,212,146). Sum of RGB (Red+Green+Blue) = 222+212+146=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED492 is #212B6D. Grayscale: #CFCFCF. Windows color (decimal): -2173806 or 9622750. OLE color: 9622750.

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

Color convert

RGB222212146-
CMYK00.050.340.13
HSL52.11º53.52%72.16%-
HSV(B)52.11º34.23%87.06%-
XYZ58.8664.6936.58-
YUV207.4793.31138.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=38.28%
G=36.55%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221214600.050.340.1352.1153.5272.16
HexDED4920522D343648
Octal3363242220542156466110
Binary110111101101010010010010010110001011011101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED492; }

 p { color: rgb(222,212,146); }

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

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

 a { background-color: rgb(222,212,146); }

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

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

 span { border-color: rgb(222,212,146); }

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