Shades of Primrose #DFDA8B
Tints of Primrose #DFDA8B
RGB
CMYK
RGB Variations
Color information
#DFDA8B (or 0xDFDA8B) is known color: Primrose. HEX triplet: DF, DA and 8B. RGB value is (223,218,139). Sum of RGB (Red+Green+Blue) = 223+218+139=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8B is #202574. Grayscale: #D2D2D2. Windows color (decimal): -2106741 or 9165535. OLE color: 9165535.
HSL color Cylindrical-coordinate representation of color #DFDA8B: hue angle of 56.43º 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 #DFDA8B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 139 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.13 |
| HSL | 56.43º | 0.57% | 0.71% | - |
| HSV(B) | 56.43º | 0.38% | 0.87% | - |
| XYZ | 60.16 | 67.69 | 34.32 | - |
| YUV | 210.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 139 | 0 | 0.02 | 0.38 | 0.13 | 56.43 | 0.57 | 0.71 |
| Hex | DF | DA | 8B | 0 | 2 | 26 | D | 38 | 39 | 47 |
| Octal | 337 | 332 | 213 | 0 | 2 | 46 | 15 | 70 | 71 | 107 |
| Binary | 11011111 | 11011010 | 10001011 | 0 | 10 | 100110 | 1101 | 111000 | 111001 | 1000111 |
Color Harmonies of #DFDA8B
Complementary color
Monochromatic Colors of #DFDA8B
Black with #DFDA8B
Text Example
Text Example
White with #DFDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA8B; }
p { color: rgb(223,218,139); }
H1.HeaderClassName
{
color: #DFDA8B;
}
.AnyTagClassName
{
color: #DFDA8B;
}
</style>
background-color css
<style>
a { background-color: #DFDA8B; }
a { background-color: rgb(223,218,139); }
div.DivClassName
{
background-color: #DFDA8B;
}
.BgClassName
{
background-color: #DFDA8B;
}
</style>
border-color css
<style>
span { border-color: #DFDA8B; }
span { border-color: rgb(223,218,139); }
td.TdClassName
{
border-color: #DFDA8B;
}
.TagClassName
{
border-color: #DFDA8B;
}
</style>