#DFD884

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

Shades of Primrose #DFD884

Tints of Primrose #DFD884

Color information

#DFD884 (or 0xDFD884) is unknown color: approx Primrose. HEX triplet: DF, D8 and 84. RGB value is (223,216,132). Sum of RGB (Red+Green+Blue) = 223+216+132=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD884 is #20277B. Grayscale: #D0D0D0. Windows color (decimal): -2107260 or 8706271. OLE color: 8706271.

HSL color Cylindrical-coordinate representation of color #DFD884: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFD884 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB223216132-
CMYK00.030.410.13
HSL55.38º58.71%69.61%-
HSV(B)55.38º40.81%87.45%-
XYZ59.1566.4731.54-
YUV208.5284.82138.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=39.05%
G=37.83%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321613200.030.410.1355.3858.7169.61
HexDFD8840329D373b46
Octal3373302040351156773106
Binary11011111110110001000010001110100111011101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD884; }

 p { color: rgb(223,216,132); }

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

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

 a { background-color: rgb(223,216,132); }

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

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

 span { border-color: rgb(223,216,132); }

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