#DFE88D

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

Shades of Primrose #DFE88D

Tints of Primrose #DFE88D

Color information

#DFE88D (or 0xDFE88D) is unknown color: approx Primrose. HEX triplet: DF, E8 and 8D. RGB value is (223,232,141). Sum of RGB (Red+Green+Blue) = 223+232+141=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88D is #201772. Grayscale: #DBDBDB. Windows color (decimal): -2103155 or 9300191. OLE color: 9300191.

HSL color Cylindrical-coordinate representation of color #DFE88D: hue angle of 65.93º 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 #DFE88D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB223232141-
CMYK0.0400.390.09
HSL65.93º66.42%73.14%-
HSV(B)65.93º39.22%90.98%-
XYZ64.175.3236.36-
YUV218.9484.02130.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=37.42%
G=38.93%
B=23.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232321410.0400.390.0965.9366.4273.14
HexDFE88D40279424249
Octal337350215404711102102111
Binary11011111111010001000110110001001111001100001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE88D; }

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

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

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

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

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

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

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

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