#DFE59A

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

Shades of Primrose #DFE59A

Tints of Primrose #DFE59A

Color information

#DFE59A (or 0xDFE59A) is unknown color: approx Primrose. HEX triplet: DF, E5 and 9A. RGB value is (223,229,154). Sum of RGB (Red+Green+Blue) = 223+229+154=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE59A is #201A65. Grayscale: #DADADA. Windows color (decimal): -2103910 or 10151391. OLE color: 10151391.

HSL color Cylindrical-coordinate representation of color #DFE59A: hue angle of 64.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE59A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB223229154-
CMYK0.0300.330.10
HSL64.8º59.06%75.1%-
HSV(B)64.8º32.75%89.8%-
XYZ64.2874.0641.48-
YUV218.6691.51131.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=36.80%
G=37.79%
B=25.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291540.0300.330.1064.859.0675.1
HexDFE59A3021A413b4b
Octal33734523230411210173113
Binary110111111110010110011010110100001101010000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE59A; }

 p { color: rgb(223,229,154); }

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

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

 a { background-color: rgb(223,229,154); }

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

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

 span { border-color: rgb(223,229,154); }

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