#DFE48A

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

Shades of Primrose #DFE48A

Tints of Primrose #DFE48A

Color information

#DFE48A (or 0xDFE48A) is unknown color: approx Primrose. HEX triplet: DF, E4 and 8A. RGB value is (223,228,138). Sum of RGB (Red+Green+Blue) = 223+228+138=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE48A is #201B75. Grayscale: #D8D8D8. Windows color (decimal): -2104182 or 9102559. OLE color: 9102559.

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

Color convert

RGB223228138-
CMYK0.0200.390.11
HSL63.33º62.5%71.76%-
HSV(B)63.33º39.47%89.41%-
XYZ62.7673.0134.83-
YUV216.2483.84132.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=37.86%
G=38.71%
B=23.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281380.0200.390.1163.3362.571.76
HexDFE48A2027B3f3e48
Octal3373442122047137776110
Binary11011111111001001000101010010011110111111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE48A; }

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

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

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

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

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

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

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

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