#DFD795

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

Shades of Primrose #DFD795

Tints of Primrose #DFD795

Color information

#DFD795 (or 0xDFD795) is unknown color: approx Primrose. HEX triplet: DF, D7 and 95. RGB value is (223,215,149). Sum of RGB (Red+Green+Blue) = 223+215+149=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD795 is #20286A. Grayscale: #D2D2D2. Windows color (decimal): -2107499 or 9820127. OLE color: 9820127.

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

Color convert

RGB223215149-
CMYK00.040.330.13
HSL53.51º53.62%72.94%-
HSV(B)53.51º33.18%87.45%-
XYZ60.1666.4638.09-
YUV209.8793.65137.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=37.99%
G=36.63%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321514900.040.330.1353.5153.6272.94
HexDFD7950421D363649
Octal3373272250441156666111
Binary110111111101011110010101010010000111011101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD795; }

 p { color: rgb(223,215,149); }

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

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

 a { background-color: rgb(223,215,149); }

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

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

 span { border-color: rgb(223,215,149); }

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