#DFD993

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

Shades of Primrose #DFD993

Tints of Primrose #DFD993

Color information

#DFD993 (or 0xDFD993) is unknown color: approx Primrose. HEX triplet: DF, D9 and 93. RGB value is (223,217,147). Sum of RGB (Red+Green+Blue) = 223+217+147=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD993 is #20266C. Grayscale: #D3D3D3. Windows color (decimal): -2106989 or 9689567. OLE color: 9689567.

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

Color convert

RGB223217147-
CMYK00.030.340.13
HSL55.26º54.29%72.55%-
HSV(B)55.26º34.08%87.45%-
XYZ60.5167.4237.43-
YUV210.8191.99136.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=37.99%
G=36.97%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321714700.030.340.1355.2654.2972.55
HexDFD9930322D373649
Octal3373312230342156766111
Binary11011111110110011001001101110001011011101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD993; }

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

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

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

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

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

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

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

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