#DFE19A

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

Shades of Primrose #DFE19A

Tints of Primrose #DFE19A

Color information

#DFE19A (or 0xDFE19A) is unknown color: approx Primrose. HEX triplet: DF, E1 and 9A. RGB value is (223,225,154). Sum of RGB (Red+Green+Blue) = 223+225+154=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE19A is #201E65. Grayscale: #D8D8D8. Windows color (decimal): -2104934 or 10150367. OLE color: 10150367.

HSL color Cylindrical-coordinate representation of color #DFE19A: hue angle of 61.69º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE19A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB223225154-
CMYK0.0100.320.12
HSL61.69º54.2%74.31%-
HSV(B)61.69º31.56%88.24%-
XYZ63.1971.8741.11-
YUV216.3192.84132.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=37.04%
G=37.38%
B=25.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251540.0100.320.1261.6954.274.31
HexDFE19A1020C3e364a
Octal3373412321040147666112
Binary1101111111100001100110101010000011001111101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE19A; }

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

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

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

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

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

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

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

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