#DFD988

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

Shades of Primrose #DFD988

Tints of Primrose #DFD988

Color information

#DFD988 (or 0xDFD988) is unknown color: approx Primrose. HEX triplet: DF, D9 and 88. RGB value is (223,217,136). Sum of RGB (Red+Green+Blue) = 223+217+136=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD988 is #202677. Grayscale: #D1D1D1. Windows color (decimal): -2107000 or 8968671. OLE color: 8968671.

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

Color convert

RGB223217136-
CMYK00.030.390.13
HSL55.86º57.62%70.39%-
HSV(B)55.86º39.01%87.45%-
XYZ59.6967.0933.1-
YUV209.5686.49137.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=38.72%
G=37.67%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321713600.030.390.1355.8657.6270.39
HexDFD9880327D383a46
Octal3373312100347157072106
Binary11011111110110011000100001110011111011110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD988; }

 p { color: rgb(223,217,136); }

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

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

 a { background-color: rgb(223,217,136); }

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

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

 span { border-color: rgb(223,217,136); }

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