Shades of Primrose #DDD58F
Tints of Primrose #DDD58F
RGB
CMYK
RGB Variations
Color information
#DDD58F (or 0xDDD58F) is known color: Primrose. HEX triplet: DD, D5 and 8F. RGB value is (221,213,143). Sum of RGB (Red+Green+Blue) = 221+213+143=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD58F is #222A70. Grayscale: #CFCFCF. Windows color (decimal): -2239089 or 9426397. OLE color: 9426397.
HSL color Cylindrical-coordinate representation of color #DDD58F: hue angle of 53.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDD58F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 143 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.13 |
| HSL | 53.85º | 0.53% | 0.71% | - |
| HSV(B) | 53.85º | 0.35% | 0.87% | - |
| XYZ | 58.57 | 64.94 | 35.43 | - |
| YUV | 207.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 143 | 0 | 0.04 | 0.35 | 0.13 | 53.85 | 0.53 | 0.71 |
| Hex | DD | D5 | 8F | 0 | 4 | 23 | D | 36 | 35 | 47 |
| Octal | 335 | 325 | 217 | 0 | 4 | 43 | 15 | 66 | 65 | 107 |
| Binary | 11011101 | 11010101 | 10001111 | 0 | 100 | 100011 | 1101 | 110110 | 110101 | 1000111 |
Color Harmonies of #DDD58F
Complementary color
Monochromatic Colors of #DDD58F
Black with #DDD58F
Text Example
Text Example
White with #DDD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD58F; }
p { color: rgb(221,213,143); }
H1.HeaderClassName
{
color: #DDD58F;
}
.AnyTagClassName
{
color: #DDD58F;
}
</style>
background-color css
<style>
a { background-color: #DDD58F; }
a { background-color: rgb(221,213,143); }
div.DivClassName
{
background-color: #DDD58F;
}
.BgClassName
{
background-color: #DDD58F;
}
</style>
border-color css
<style>
span { border-color: #DDD58F; }
span { border-color: rgb(221,213,143); }
td.TdClassName
{
border-color: #DDD58F;
}
.TagClassName
{
border-color: #DDD58F;
}
</style>