#DFD694

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

Shades of Primrose #DFD694

Tints of Primrose #DFD694

Color information

#DFD694 (or 0xDFD694) is unknown color: approx Primrose. HEX triplet: DF, D6 and 94. RGB value is (223,214,148). Sum of RGB (Red+Green+Blue) = 223+214+148=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD694 is #20296B. Grayscale: #D1D1D1. Windows color (decimal): -2107756 or 9754335. OLE color: 9754335.

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

Color convert

RGB223214148-
CMYK00.040.340.13
HSL52.8º53.96%72.75%-
HSV(B)52.8º33.63%87.45%-
XYZ59.8265.9237.59-
YUV209.1793.48137.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=38.12%
G=36.58%
B=25.30%

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
Decimal22321414800.040.340.1352.853.9672.75
HexDFD6940422D353649
Octal3373262240442156566111
Binary110111111101011010010100010010001011011101011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD694; }

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

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

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

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

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

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

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

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