Shades of Primrose #DDD685
Tints of Primrose #DDD685
RGB
CMYK
RGB Variations
Color information
#DDD685 (or 0xDDD685) is known color: Primrose. HEX triplet: DD, D6 and 85. RGB value is (221,214,133). Sum of RGB (Red+Green+Blue) = 221+214+133=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD685 is #22297A. Grayscale: #CFCFCF. Windows color (decimal): -2238843 or 8771293. OLE color: 8771293.
HSL color Cylindrical-coordinate representation of color #DDD685: hue angle of 55.23º 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 #DDD685 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 133 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.23º | 0.56% | 0.69% | - |
| HSV(B) | 55.23º | 0.4% | 0.87% | - |
| XYZ | 58.1 | 65.16 | 31.71 | - |
| YUV | 206.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 133 | 0 | 0.03 | 0.40 | 0.13 | 55.23 | 0.56 | 0.69 |
| Hex | DD | D6 | 85 | 0 | 3 | 28 | D | 37 | 38 | 45 |
| Octal | 335 | 326 | 205 | 0 | 3 | 50 | 15 | 67 | 70 | 105 |
| Binary | 11011101 | 11010110 | 10000101 | 0 | 11 | 101000 | 1101 | 110111 | 111000 | 1000101 |
Color Harmonies of #DDD685
Complementary color
Monochromatic Colors of #DDD685
Black with #DDD685
Text Example
Text Example
White with #DDD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD685; }
p { color: rgb(221,214,133); }
H1.HeaderClassName
{
color: #DDD685;
}
.AnyTagClassName
{
color: #DDD685;
}
</style>
background-color css
<style>
a { background-color: #DDD685; }
a { background-color: rgb(221,214,133); }
div.DivClassName
{
background-color: #DDD685;
}
.BgClassName
{
background-color: #DDD685;
}
</style>
border-color css
<style>
span { border-color: #DDD685; }
span { border-color: rgb(221,214,133); }
td.TdClassName
{
border-color: #DDD685;
}
.TagClassName
{
border-color: #DDD685;
}
</style>