#DCE485

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

Shades of Primrose #DCE485

Tints of Primrose #DCE485

Color information

#DCE485 (or 0xDCE485) is unknown color: approx Primrose. HEX triplet: DC, E4 and 85. RGB value is (220,228,133). Sum of RGB (Red+Green+Blue) = 220+228+133=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE485 is #231B7A. Grayscale: #D7D7D7. Windows color (decimal): -2300795 or 8774876. OLE color: 8774876.

HSL color Cylindrical-coordinate representation of color #DCE485: hue angle of 65.05º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE485 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB220228133-
CMYK0.0400.420.11
HSL65.05º63.76%70.78%-
HSV(B)65.05º41.67%89.41%-
XYZ61.4972.432.92-
YUV214.7881.85131.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=37.87%
G=39.24%
B=22.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281330.0400.420.1165.0563.7670.78
HexDCE485402AB414047
Octal334344205405213101100107
Binary11011100111001001000010110001010101011100000110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE485; }

 p { color: rgb(220,228,133); }

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

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

 a { background-color: rgb(220,228,133); }

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

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

 span { border-color: rgb(220,228,133); }

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