#DFD693

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

Shades of Primrose #DFD693

Tints of Primrose #DFD693

Color information

#DFD693 (or 0xDFD693) is unknown color: approx Primrose. HEX triplet: DF, D6 and 93. RGB value is (223,214,147). Sum of RGB (Red+Green+Blue) = 223+214+147=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD693 is #20296C. Grayscale: #D1D1D1. Windows color (decimal): -2107757 or 9688799. OLE color: 9688799.

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

Color convert

RGB223214147-
CMYK00.040.340.13
HSL52.89º54.29%72.55%-
HSV(B)52.89º34.08%87.45%-
XYZ59.7465.8937.17-
YUV209.0592.98137.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 147 (57.81% from 255) = 25.17%
R=38.18%
G=36.64%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321414700.040.340.1352.8954.2972.55
HexDFD6930422D353649
Octal3373262230442156566111
Binary110111111101011010010011010010001011011101011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD693; }

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

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

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

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

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

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

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

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