#DFD893

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

Shades of Primrose #DFD893

Tints of Primrose #DFD893

Color information

#DFD893 (or 0xDFD893) is unknown color: approx Primrose. HEX triplet: DF, D8 and 93. RGB value is (223,216,147). Sum of RGB (Red+Green+Blue) = 223+216+147=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD893 is #20276C. Grayscale: #D2D2D2. Windows color (decimal): -2107245 or 9689311. OLE color: 9689311.

HSL color Cylindrical-coordinate representation of color #DFD893: hue angle of 54.47º 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 #DFD893 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223216147-
CMYK00.030.340.13
HSL54.47º54.29%72.55%-
HSV(B)54.47º34.08%87.45%-
XYZ60.2566.9137.34-
YUV210.2392.32137.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 147 (57.81% from 255) = 25.09%
R=38.05%
G=36.86%
B=25.09%

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
Decimal22321614700.030.340.1354.4754.2972.55
HexDFD8930322D363649
Octal3373302230342156666111
Binary11011111110110001001001101110001011011101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD893; }

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

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

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

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

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

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

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

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