#DFE88A

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

Shades of Primrose #DFE88A

Tints of Primrose #DFE88A

Color information

#DFE88A (or 0xDFE88A) is unknown color: approx Primrose. HEX triplet: DF, E8 and 8A. RGB value is (223,232,138). Sum of RGB (Red+Green+Blue) = 223+232+138=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88A is #201775. Grayscale: #DADADA. Windows color (decimal): -2103158 or 9103583. OLE color: 9103583.

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

Color convert

RGB223232138-
CMYK0.0400.410.09
HSL65.74º67.14%72.55%-
HSV(B)65.74º40.52%90.98%-
XYZ63.8875.2435.2-
YUV218.5982.52131.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=37.61%
G=39.12%
B=23.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232321380.0400.410.0965.7467.1472.55
HexDFE88A40299424349
Octal337350212405111102103111
Binary11011111111010001000101010001010011001100001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE88A; }

 p { color: rgb(223,232,138); }

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

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

 a { background-color: rgb(223,232,138); }

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

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

 span { border-color: rgb(223,232,138); }

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