Shades of Primrose #DFDC8A
Tints of Primrose #DFDC8A
RGB
CMYK
RGB Variations
Color information
#DFDC8A (or 0xDFDC8A) is known color: Primrose. HEX triplet: DF, DC and 8A. RGB value is (223,220,138). Sum of RGB (Red+Green+Blue) = 223+220+138=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC8A is #202375. Grayscale: #D3D3D3. Windows color (decimal): -2106230 or 9100511. OLE color: 9100511.
HSL color Cylindrical-coordinate representation of color #DFDC8A: hue angle of 57.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFDC8A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 138 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 57.88º | 0.57% | 0.71% | - |
| HSV(B) | 57.88º | 0.38% | 0.87% | - |
| XYZ | 60.61 | 68.71 | 34.11 | - |
| YUV | 211.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 138 | 0 | 0.01 | 0.38 | 0.13 | 57.88 | 0.57 | 0.71 |
| Hex | DF | DC | 8A | 0 | 1 | 26 | D | 3A | 39 | 47 |
| Octal | 337 | 334 | 212 | 0 | 1 | 46 | 15 | 72 | 71 | 107 |
| Binary | 11011111 | 11011100 | 10001010 | 0 | 1 | 100110 | 1101 | 111010 | 111001 | 1000111 |
Color Harmonies of #DFDC8A
Complementary color
Monochromatic Colors of #DFDC8A
Black with #DFDC8A
Text Example
Text Example
White with #DFDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC8A; }
p { color: rgb(223,220,138); }
H1.HeaderClassName
{
color: #DFDC8A;
}
.AnyTagClassName
{
color: #DFDC8A;
}
</style>
background-color css
<style>
a { background-color: #DFDC8A; }
a { background-color: rgb(223,220,138); }
div.DivClassName
{
background-color: #DFDC8A;
}
.BgClassName
{
background-color: #DFDC8A;
}
</style>
border-color css
<style>
span { border-color: #DFDC8A; }
span { border-color: rgb(223,220,138); }
td.TdClassName
{
border-color: #DFDC8A;
}
.TagClassName
{
border-color: #DFDC8A;
}
</style>