Shades of Primrose #DFDA8A
Tints of Primrose #DFDA8A
RGB
CMYK
RGB Variations
Color information
#DFDA8A (or 0xDFDA8A) is known color: Primrose. HEX triplet: DF, DA and 8A. RGB value is (223,218,138). Sum of RGB (Red+Green+Blue) = 223+218+138=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8A is #202575. Grayscale: #D2D2D2. Windows color (decimal): -2106742 or 9099999. OLE color: 9099999.
HSL color Cylindrical-coordinate representation of color #DFDA8A: hue angle of 56.47º 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 #DFDA8A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 138 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 56.47º | 0.57% | 0.71% | - |
| HSV(B) | 56.47º | 0.38% | 0.87% | - |
| XYZ | 60.09 | 67.67 | 33.94 | - |
| YUV | 210.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 138 | 0 | 0.02 | 0.38 | 0.13 | 56.47 | 0.57 | 0.71 |
| Hex | DF | DA | 8A | 0 | 2 | 26 | D | 38 | 39 | 47 |
| Octal | 337 | 332 | 212 | 0 | 2 | 46 | 15 | 70 | 71 | 107 |
| Binary | 11011111 | 11011010 | 10001010 | 0 | 10 | 100110 | 1101 | 111000 | 111001 | 1000111 |
Color Harmonies of #DFDA8A
Complementary color
Monochromatic Colors of #DFDA8A
Black with #DFDA8A
Text Example
Text Example
White with #DFDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA8A; }
p { color: rgb(223,218,138); }
H1.HeaderClassName
{
color: #DFDA8A;
}
.AnyTagClassName
{
color: #DFDA8A;
}
</style>
background-color css
<style>
a { background-color: #DFDA8A; }
a { background-color: rgb(223,218,138); }
div.DivClassName
{
background-color: #DFDA8A;
}
.BgClassName
{
background-color: #DFDA8A;
}
</style>
border-color css
<style>
span { border-color: #DFDA8A; }
span { border-color: rgb(223,218,138); }
td.TdClassName
{
border-color: #DFDA8A;
}
.TagClassName
{
border-color: #DFDA8A;
}
</style>