#DFE39A

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

Shades of Primrose #DFE39A

Tints of Primrose #DFE39A

Color information

#DFE39A (or 0xDFE39A) is unknown color: approx Primrose. HEX triplet: DF, E3 and 9A. RGB value is (223,227,154). Sum of RGB (Red+Green+Blue) = 223+227+154=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE39A is #201C65. Grayscale: #D9D9D9. Windows color (decimal): -2104422 or 10150879. OLE color: 10150879.

HSL color Cylindrical-coordinate representation of color #DFE39A: hue angle of 63.29º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE39A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB223227154-
CMYK0.0200.320.11
HSL63.29º56.59%74.71%-
HSV(B)63.29º32.16%89.02%-
XYZ63.7372.9641.3-
YUV217.4892.17131.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=36.92%
G=37.58%
B=25.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271540.0200.320.1163.2956.5974.71
HexDFE39A2020B3f394b
Octal3373432322040137771113
Binary11011111111000111001101010010000010111111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE39A; }

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

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

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

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

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

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

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

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