#DFE08C

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

Shades of Primrose #DFE08C

Tints of Primrose #DFE08C

Color information

#DFE08C (or 0xDFE08C) is unknown color: approx Primrose. HEX triplet: DF, E0 and 8C. RGB value is (223,224,140). Sum of RGB (Red+Green+Blue) = 223+224+140=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08C is #201F73. Grayscale: #D6D6D6. Windows color (decimal): -2105204 or 9232607. OLE color: 9232607.

HSL color Cylindrical-coordinate representation of color #DFE08C: hue angle of 60.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE08C is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB223224140-
CMYK0.0000.380.12
HSL60.71º57.53%71.37%-
HSV(B)60.71º37.5%87.84%-
XYZ61.8270.8935.24-
YUV214.1286.17134.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 140 (55.08% from 255) = 23.85%
R=37.99%
G=38.16%
B=23.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241400.0000.380.1260.7157.5371.37
HexDFE08C0026C3d3a47
Octal3373402140046147572107
Binary1101111111100000100011000010011011001111011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE08C; }

 p { color: rgb(223,224,140); }

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

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

 a { background-color: rgb(223,224,140); }

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

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

 span { border-color: rgb(223,224,140); }

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