Shades of Primrose #DDDA81
Tints of Primrose #DDDA81
RGB
CMYK
RGB Variations
Color information
#DDDA81 (or 0xDDDA81) is known color: Primrose. HEX triplet: DD, DA and 81. RGB value is (221,218,129). Sum of RGB (Red+Green+Blue) = 221+218+129=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA81 is #22257E. Grayscale: #D1D1D1. Windows color (decimal): -2237823 or 8510173. OLE color: 8510173.
HSL color Cylindrical-coordinate representation of color #DDDA81: hue angle of 58.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDDA81 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 129 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.13 |
| HSL | 58.04º | 0.58% | 0.69% | - |
| HSV(B) | 58.04º | 0.42% | 0.87% | - |
| XYZ | 58.85 | 67.1 | 30.62 | - |
| YUV | 208.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 129 | 0 | 0.01 | 0.42 | 0.13 | 58.04 | 0.58 | 0.69 |
| Hex | DD | DA | 81 | 0 | 1 | 2A | D | 3A | 3A | 45 |
| Octal | 335 | 332 | 201 | 0 | 1 | 52 | 15 | 72 | 72 | 105 |
| Binary | 11011101 | 11011010 | 10000001 | 0 | 1 | 101010 | 1101 | 111010 | 111010 | 1000101 |
Color Harmonies of #DDDA81
Complementary color
Monochromatic Colors of #DDDA81
Black with #DDDA81
Text Example
Text Example
White with #DDDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA81; }
p { color: rgb(221,218,129); }
H1.HeaderClassName
{
color: #DDDA81;
}
.AnyTagClassName
{
color: #DDDA81;
}
</style>
background-color css
<style>
a { background-color: #DDDA81; }
a { background-color: rgb(221,218,129); }
div.DivClassName
{
background-color: #DDDA81;
}
.BgClassName
{
background-color: #DDDA81;
}
</style>
border-color css
<style>
span { border-color: #DDDA81; }
span { border-color: rgb(221,218,129); }
td.TdClassName
{
border-color: #DDDA81;
}
.TagClassName
{
border-color: #DDDA81;
}
</style>