#DCE58D

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

Shades of Primrose #DCE58D

Tints of Primrose #DCE58D

Color information

#DCE58D (or 0xDCE58D) is unknown color: approx Primrose. HEX triplet: DC, E5 and 8D. RGB value is (220,229,141). Sum of RGB (Red+Green+Blue) = 220+229+141=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE58D is #231A72. Grayscale: #D8D8D8. Windows color (decimal): -2300531 or 9299420. OLE color: 9299420.

HSL color Cylindrical-coordinate representation of color #DCE58D: hue angle of 66.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE58D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB220229141-
CMYK0.0400.380.10
HSL66.14º62.86%72.55%-
HSV(B)66.14º38.43%89.8%-
XYZ62.3473.1836.04-
YUV216.2885.52130.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 229 (89.84% from 255) = 38.81%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=37.29%
G=38.81%
B=23.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291410.0400.380.1066.1462.8672.55
HexDCE58D4026A423f49
Octal33434521540461210277111
Binary1101110011100101100011011000100110101010000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE58D; }

 p { color: rgb(220,229,141); }

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

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

 a { background-color: rgb(220,229,141); }

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

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

 span { border-color: rgb(220,229,141); }

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