#dfe98a

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

Shades of Primrose #DFE98A

Tints of Primrose #DFE98A

Color information

#DFE98A (or 0xDFE98A) is unknown color: approx Primrose. HEX triplet: DF, E9 and 8A. RGB value is (223,233,138). Sum of RGB (Red+Green+Blue) = 223+233+138=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE98A is #201675. Grayscale: #DBDBDB. Windows color (decimal): -2102902 or 9103839. OLE color: 9103839.

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

Color convert

RGB223233138-
CMYK0.0400.410.09
HSL66.32º68.35%72.75%-
HSV(B)66.32º40.77%91.37%-
XYZ64.1675.835.29-
YUV219.1882.19130.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 233 (91.41% from 255) = 39.23%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=37.54%
G=39.23%
B=23.23%

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
Decimal2232331380.0400.410.0966.3268.3572.75
HexDFE98A40299424449
Octal337351212405111102104111
Binary11011111111010011000101010001010011001100001010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfe98a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfe98a; }

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

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

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

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

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

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

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

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