#DCE28C

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

Shades of Primrose #DCE28C

Tints of Primrose #DCE28C

Color information

#DCE28C (or 0xDCE28C) is unknown color: approx Primrose. HEX triplet: DC, E2 and 8C. RGB value is (220,226,140). Sum of RGB (Red+Green+Blue) = 220+226+140=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE28C is #231D73. Grayscale: #D6D6D6. Windows color (decimal): -2301300 or 9233116. OLE color: 9233116.

HSL color Cylindrical-coordinate representation of color #DCE28C: hue angle of 64.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCE28C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB220226140-
CMYK0.0300.380.11
HSL64.19º59.72%71.76%-
HSV(B)64.19º38.05%88.63%-
XYZ61.4571.535.37-
YUV214.486.01131.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=37.54%
G=38.57%
B=23.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261400.0300.380.1164.1959.7271.76
HexDCE28C3026B403c48
Octal33434221430461310074110
Binary110111001110001010001100110100110101110000001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE28C; }

 p { color: rgb(220,226,140); }

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

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

 a { background-color: rgb(220,226,140); }

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

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

 span { border-color: rgb(220,226,140); }

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