#DCE88F

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

Shades of Primrose #DCE88F

Tints of Primrose #DCE88F

Color information

#DCE88F (or 0xDCE88F) is unknown color: approx Primrose. HEX triplet: DC, E8 and 8F. RGB value is (220,232,143). Sum of RGB (Red+Green+Blue) = 220+232+143=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88F is #231770. Grayscale: #DADADA. Windows color (decimal): -2299761 or 9431260. OLE color: 9431260.

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

Color convert

RGB220232143-
CMYK0.0500.380.09
HSL68.09º65.93%73.53%-
HSV(B)68.09º38.36%90.98%-
XYZ63.3374.9137.11-
YUV218.2785.52129.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 143 (56.25% from 255) = 24.03%
R=36.97%
G=38.99%
B=24.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321430.0500.380.0968.0965.9373.53
HexDCE88F5026944424a
Octal334350217504611104102112
Binary11011100111010001000111110101001101001100010010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE88F; }

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

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

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

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

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

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

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

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