Shades of Primrose #DFDC90
Tints of Primrose #DFDC90
RGB
CMYK
RGB Variations
Color information
#DFDC90 (or 0xDFDC90) is known color: Primrose. HEX triplet: DF, DC and 90. RGB value is (223,220,144). Sum of RGB (Red+Green+Blue) = 223+220+144=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC90 is #20236F. Grayscale: #D4D4D4. Windows color (decimal): -2106224 or 9493727. OLE color: 9493727.
HSL color Cylindrical-coordinate representation of color #DFDC90: hue angle of 57.72º 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 #DFDC90 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 144 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 57.72º | 0.55% | 0.72% | - |
| HSV(B) | 57.72º | 0.35% | 0.87% | - |
| XYZ | 61.06 | 68.89 | 36.46 | - |
| YUV | 212.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 144 | 0 | 0.01 | 0.35 | 0.13 | 57.72 | 0.55 | 0.72 |
| Hex | DF | DC | 90 | 0 | 1 | 23 | D | 3A | 37 | 48 |
| Octal | 337 | 334 | 220 | 0 | 1 | 43 | 15 | 72 | 67 | 110 |
| Binary | 11011111 | 11011100 | 10010000 | 0 | 1 | 100011 | 1101 | 111010 | 110111 | 1001000 |
Color Harmonies of #DFDC90
Complementary color
Monochromatic Colors of #DFDC90
Black with #DFDC90
Text Example
Text Example
White with #DFDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC90; }
p { color: rgb(223,220,144); }
H1.HeaderClassName
{
color: #DFDC90;
}
.AnyTagClassName
{
color: #DFDC90;
}
</style>
background-color css
<style>
a { background-color: #DFDC90; }
a { background-color: rgb(223,220,144); }
div.DivClassName
{
background-color: #DFDC90;
}
.BgClassName
{
background-color: #DFDC90;
}
</style>
border-color css
<style>
span { border-color: #DFDC90; }
span { border-color: rgb(223,220,144); }
td.TdClassName
{
border-color: #DFDC90;
}
.TagClassName
{
border-color: #DFDC90;
}
</style>