#DCE087

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

Shades of Primrose #DCE087

Tints of Primrose #DCE087

Color information

#DCE087 (or 0xDCE087) is unknown color: approx Primrose. HEX triplet: DC, E0 and 87. RGB value is (220,224,135). Sum of RGB (Red+Green+Blue) = 220+224+135=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE087 is #231F78. Grayscale: #D5D5D5. Windows color (decimal): -2301817 or 8904924. OLE color: 8904924.

HSL color Cylindrical-coordinate representation of color #DCE087: hue angle of 62.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE087 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB220224135-
CMYK0.0200.400.12
HSL62.7º58.94%70.39%-
HSV(B)62.7º39.73%87.84%-
XYZ60.5470.2833.3-
YUV212.6684.17133.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 135 (53.12% from 255) = 23.32%
R=38.00%
G=38.69%
B=23.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241350.0200.400.1262.758.9470.39
HexDCE0872028C3f3b46
Octal3343402072050147773106
Binary11011100111000001000011110010100011001111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE087; }

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

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

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

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

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

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

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

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