Shades of Primrose #DFDD8A
Tints of Primrose #DFDD8A
RGB
CMYK
RGB Variations
Color information
#DFDD8A (or 0xDFDD8A) is known color: Primrose. HEX triplet: DF, DD and 8A. RGB value is (223,221,138). Sum of RGB (Red+Green+Blue) = 223+221+138=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD8A is #202275. Grayscale: #D4D4D4. Windows color (decimal): -2105974 or 9100767. OLE color: 9100767.
HSL color Cylindrical-coordinate representation of color #DFDD8A: hue angle of 58.59º 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 #DFDD8A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 138 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 58.59º | 0.57% | 0.71% | - |
| HSV(B) | 58.59º | 0.38% | 0.87% | - |
| XYZ | 60.88 | 69.24 | 34.2 | - |
| YUV | 212.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 138 | 0 | 0.01 | 0.38 | 0.13 | 58.59 | 0.57 | 0.71 |
| Hex | DF | DD | 8A | 0 | 1 | 26 | D | 3B | 39 | 47 |
| Octal | 337 | 335 | 212 | 0 | 1 | 46 | 15 | 73 | 71 | 107 |
| Binary | 11011111 | 11011101 | 10001010 | 0 | 1 | 100110 | 1101 | 111011 | 111001 | 1000111 |
Color Harmonies of #DFDD8A
Complementary color
Monochromatic Colors of #DFDD8A
Black with #DFDD8A
Text Example
Text Example
White with #DFDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD8A; }
p { color: rgb(223,221,138); }
H1.HeaderClassName
{
color: #DFDD8A;
}
.AnyTagClassName
{
color: #DFDD8A;
}
</style>
background-color css
<style>
a { background-color: #DFDD8A; }
a { background-color: rgb(223,221,138); }
div.DivClassName
{
background-color: #DFDD8A;
}
.BgClassName
{
background-color: #DFDD8A;
}
</style>
border-color css
<style>
span { border-color: #DFDD8A; }
span { border-color: rgb(223,221,138); }
td.TdClassName
{
border-color: #DFDD8A;
}
.TagClassName
{
border-color: #DFDD8A;
}
</style>