#DFE49A

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

Shades of Primrose #DFE49A

Tints of Primrose #DFE49A

Color information

#DFE49A (or 0xDFE49A) is unknown color: approx Primrose. HEX triplet: DF, E4 and 9A. RGB value is (223,228,154). Sum of RGB (Red+Green+Blue) = 223+228+154=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE49A is #201B65. Grayscale: #DADADA. Windows color (decimal): -2104166 or 10151135. OLE color: 10151135.

HSL color Cylindrical-coordinate representation of color #DFE49A: hue angle of 64.05º degrees, saturation: 0.58, 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 #DFE49A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB223228154-
CMYK0.0200.320.11
HSL64.05º57.81%74.9%-
HSV(B)64.05º32.46%89.41%-
XYZ64.0173.5141.39-
YUV218.0791.84131.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=36.86%
G=37.69%
B=25.45%

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
Decimal2232281540.0200.320.1164.0557.8174.9
HexDFE49A2020B403a4b
Octal33734423220401310072113
Binary110111111110010010011010100100000101110000001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE49A; }

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

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

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

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

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

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

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

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