#DFD983

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

Shades of Primrose #DFD983

Tints of Primrose #DFD983

Color information

#DFD983 (or 0xDFD983) is unknown color: approx Primrose. HEX triplet: DF, D9 and 83. RGB value is (223,217,131). Sum of RGB (Red+Green+Blue) = 223+217+131=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD983 is #20267C. Grayscale: #D1D1D1. Windows color (decimal): -2107005 or 8640991. OLE color: 8640991.

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

Color convert

RGB223217131-
CMYK00.030.410.13
HSL56.09º58.97%69.41%-
HSV(B)56.09º41.26%87.45%-
XYZ59.3466.9531.27-
YUV208.9983.99137.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=39.05%
G=38.00%
B=22.94%

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
Decimal22321713100.030.410.1356.0958.9769.41
HexDFD9830329D383b45
Octal3373312030351157073105
Binary11011111110110011000001101110100111011110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD983; }

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

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

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

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

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

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

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

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