#DFDD95

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

Shades of Primrose #DFDD95

Tints of Primrose #DFDD95

Color information

#DFDD95 (or 0xDFDD95) is unknown color: approx Primrose. HEX triplet: DF, DD and 95. RGB value is (223,221,149). Sum of RGB (Red+Green+Blue) = 223+221+149=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD95 is #20226A. Grayscale: #D5D5D5. Windows color (decimal): -2105963 or 9821663. OLE color: 9821663.

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

Color convert

RGB223221149-
CMYK00.010.330.13
HSL58.38º53.62%72.94%-
HSV(B)58.38º33.18%87.45%-
XYZ61.7169.5738.61-
YUV213.3991.66134.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=37.61%
G=37.27%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322114900.010.330.1358.3853.6272.94
HexDFDD950121D3a3649
Octal3373352250141157266111
Binary1101111111011101100101010110000111011110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD95; }

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

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

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

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

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

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

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

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