#DED490

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

Shades of Primrose #DED490

Tints of Primrose #DED490

Color information

#DED490 (or 0xDED490) is unknown color: approx Primrose. HEX triplet: DE, D4 and 90. RGB value is (222,212,144). Sum of RGB (Red+Green+Blue) = 222+212+144=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED490 is #212B6F. Grayscale: #CFCFCF. Windows color (decimal): -2173808 or 9491678. OLE color: 9491678.

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

Color convert

RGB222212144-
CMYK00.050.350.13
HSL52.31º54.17%71.76%-
HSV(B)52.31º35.14%87.06%-
XYZ58.764.6335.77-
YUV207.2492.31138.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 144 (56.64% from 255) = 24.91%
R=38.41%
G=36.68%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221214400.050.350.1352.3154.1771.76
HexDED4900523D343648
Octal3363242200543156466110
Binary110111101101010010010000010110001111011101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED490; }

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

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

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

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

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

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

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

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