Shades of Primrose #DDDA85
Tints of Primrose #DDDA85
RGB
CMYK
RGB Variations
Color information
#DDDA85 (or 0xDDDA85) is known color: Primrose. HEX triplet: DD, DA and 85. RGB value is (221,218,133). Sum of RGB (Red+Green+Blue) = 221+218+133=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA85 is #22257A. Grayscale: #D1D1D1. Windows color (decimal): -2237819 or 8772317. OLE color: 8772317.
HSL color Cylindrical-coordinate representation of color #DDDA85: hue angle of 57.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDDA85 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 133 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.13 |
| HSL | 57.95º | 0.56% | 0.69% | - |
| HSV(B) | 57.95º | 0.4% | 0.87% | - |
| XYZ | 59.12 | 67.21 | 32.05 | - |
| YUV | 209.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 133 | 0 | 0.01 | 0.40 | 0.13 | 57.95 | 0.56 | 0.69 |
| Hex | DD | DA | 85 | 0 | 1 | 28 | D | 3A | 38 | 45 |
| Octal | 335 | 332 | 205 | 0 | 1 | 50 | 15 | 72 | 70 | 105 |
| Binary | 11011101 | 11011010 | 10000101 | 0 | 1 | 101000 | 1101 | 111010 | 111000 | 1000101 |
Color Harmonies of #DDDA85
Complementary color
Monochromatic Colors of #DDDA85
Black with #DDDA85
Text Example
Text Example
White with #DDDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA85; }
p { color: rgb(221,218,133); }
H1.HeaderClassName
{
color: #DDDA85;
}
.AnyTagClassName
{
color: #DDDA85;
}
</style>
background-color css
<style>
a { background-color: #DDDA85; }
a { background-color: rgb(221,218,133); }
div.DivClassName
{
background-color: #DDDA85;
}
.BgClassName
{
background-color: #DDDA85;
}
</style>
border-color css
<style>
span { border-color: #DDDA85; }
span { border-color: rgb(221,218,133); }
td.TdClassName
{
border-color: #DDDA85;
}
.TagClassName
{
border-color: #DDDA85;
}
</style>