#DFE385

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

Shades of Primrose #DFE385

Tints of Primrose #DFE385

Color information

#DFE385 (or 0xDFE385) is unknown color: approx Primrose. HEX triplet: DF, E3 and 85. RGB value is (223,227,133). Sum of RGB (Red+Green+Blue) = 223+227+133=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE385 is #201C7A. Grayscale: #D7D7D7. Windows color (decimal): -2104443 or 8774623. OLE color: 8774623.

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

Color convert

RGB223227133-
CMYK0.0200.410.11
HSL62.55º62.67%70.59%-
HSV(B)62.55º41.41%89.02%-
XYZ62.1372.3232.87-
YUV215.0981.67133.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=38.25%
G=38.94%
B=22.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271330.0200.410.1162.5562.6770.59
HexDFE3852029B3f3f47
Octal3373432052051137777107
Binary11011111111000111000010110010100110111111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE385; }

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

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

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

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

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

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

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

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