Shades of Primrose #DFDA91
Tints of Primrose #DFDA91
RGB
CMYK
RGB Variations
Color information
#DFDA91 (or 0xDFDA91) is known color: Primrose. HEX triplet: DF, DA and 91. RGB value is (223,218,145). Sum of RGB (Red+Green+Blue) = 223+218+145=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA91 is #20256E. Grayscale: #D3D3D3. Windows color (decimal): -2106735 or 9558751. OLE color: 9558751.
HSL color Cylindrical-coordinate representation of color #DFDA91: hue angle of 56.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFDA91 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 145 | - |
CMYK | 0 | 0.02 | 0.35 | 0.13 |
HSL | 56.15º | 0.55% | 0.72% | - |
HSV(B) | 56.15º | 0.35% | 0.87% | - |
XYZ | 60.61 | 67.88 | 36.69 | - |
YUV | 211.17 | 90.66 | 136.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 145 | 0 | 0.02 | 0.35 | 0.13 | 56.15 | 0.55 | 0.72 |
Hex | DF | DA | 91 | 0 | 2 | 23 | D | 38 | 37 | 48 |
Octal | 337 | 332 | 221 | 0 | 2 | 43 | 15 | 70 | 67 | 110 |
Binary | 11011111 | 11011010 | 10010001 | 0 | 10 | 100011 | 1101 | 111000 | 110111 | 1001000 |
Color Harmonies of #DFDA91
Complementary color
Monochromatic Colors of #DFDA91
Black with #DFDA91
Text Example
Text Example
White with #DFDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA91; }
p { color: rgb(223,218,145); }
H1.HeaderClassName
{
color: #DFDA91;
}
.AnyTagClassName
{
color: #DFDA91;
}
</style>
background-color css
<style>
a { background-color: #DFDA91; }
a { background-color: rgb(223,218,145); }
div.DivClassName
{
background-color: #DFDA91;
}
.BgClassName
{
background-color: #DFDA91;
}
</style>
border-color css
<style>
span { border-color: #DFDA91; }
span { border-color: rgb(223,218,145); }
td.TdClassName
{
border-color: #DFDA91;
}
.TagClassName
{
border-color: #DFDA91;
}
</style>