#DCE88D

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

Shades of Primrose #DCE88D

Tints of Primrose #DCE88D

Color information

#DCE88D (or 0xDCE88D) is unknown color: approx Primrose. HEX triplet: DC, E8 and 8D. RGB value is (220,232,141). Sum of RGB (Red+Green+Blue) = 220+232+141=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88D is #231772. Grayscale: #DADADA. Windows color (decimal): -2299763 or 9300188. OLE color: 9300188.

HSL color Cylindrical-coordinate representation of color #DCE88D: hue angle of 67.91º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE88D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB220232141-
CMYK0.0500.390.09
HSL67.91º66.42%73.14%-
HSV(B)67.91º39.22%90.98%-
XYZ63.1874.8536.32-
YUV218.0484.52129.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=37.10%
G=39.12%
B=23.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321410.0500.390.0967.9166.4273.14
HexDCE88D50279444249
Octal334350215504711104102111
Binary11011100111010001000110110101001111001100010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE88D; }

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

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

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

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

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

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

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

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