#DCE987

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

Shades of Primrose #DCE987

Tints of Primrose #DCE987

Color information

#DCE987 (or 0xDCE987) is unknown color: approx Primrose. HEX triplet: DC, E9 and 87. RGB value is (220,233,135). Sum of RGB (Red+Green+Blue) = 220+233+135=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 135 (53.12% from 255 or 22.96% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE987 is #231678. Grayscale: #DADADA. Windows color (decimal): -2299513 or 8907228. OLE color: 8907228.

HSL color Cylindrical-coordinate representation of color #DCE987: hue angle of 67.96º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE987 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB220233135-
CMYK0.0600.420.09
HSL67.96º69.01%72.16%-
HSV(B)67.96º42.06%91.37%-
XYZ63.0375.2434.12-
YUV217.9481.19129.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 135 (53.12% from 255) = 22.96%
R=37.41%
G=39.63%
B=22.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331350.0600.420.0967.9669.0172.16
HexDCE987602A9444548
Octal334351207605211104105110
Binary11011100111010011000011111001010101001100010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE987; }

 p { color: rgb(220,233,135); }

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

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

 a { background-color: rgb(220,233,135); }

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

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

 span { border-color: rgb(220,233,135); }

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