Shades of Primrose #DFDA90
Tints of Primrose #DFDA90
RGB
CMYK
RGB Variations
Color information
#DFDA90 (or 0xDFDA90) is known color: Primrose. HEX triplet: DF, DA and 90. RGB value is (223,218,144). Sum of RGB (Red+Green+Blue) = 223+218+144=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA90 is #20256F. Grayscale: #D3D3D3. Windows color (decimal): -2106736 or 9493215. OLE color: 9493215.
HSL color Cylindrical-coordinate representation of color #DFDA90: hue angle of 56.2º 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 #DFDA90 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 144 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.2º | 0.55% | 0.72% | - |
| HSV(B) | 56.2º | 0.35% | 0.87% | - |
| XYZ | 60.54 | 67.84 | 36.29 | - |
| YUV | 211.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 144 | 0 | 0.02 | 0.35 | 0.13 | 56.2 | 0.55 | 0.72 |
| Hex | DF | DA | 90 | 0 | 2 | 23 | D | 38 | 37 | 48 |
| Octal | 337 | 332 | 220 | 0 | 2 | 43 | 15 | 70 | 67 | 110 |
| Binary | 11011111 | 11011010 | 10010000 | 0 | 10 | 100011 | 1101 | 111000 | 110111 | 1001000 |
Color Harmonies of #DFDA90
Complementary color
Monochromatic Colors of #DFDA90
Black with #DFDA90
Text Example
Text Example
White with #DFDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA90; }
p { color: rgb(223,218,144); }
H1.HeaderClassName
{
color: #DFDA90;
}
.AnyTagClassName
{
color: #DFDA90;
}
</style>
background-color css
<style>
a { background-color: #DFDA90; }
a { background-color: rgb(223,218,144); }
div.DivClassName
{
background-color: #DFDA90;
}
.BgClassName
{
background-color: #DFDA90;
}
</style>
border-color css
<style>
span { border-color: #DFDA90; }
span { border-color: rgb(223,218,144); }
td.TdClassName
{
border-color: #DFDA90;
}
.TagClassName
{
border-color: #DFDA90;
}
</style>