Shades of Primrose #DDD78B
Tints of Primrose #DDD78B
RGB
CMYK
RGB Variations
Color information
#DDD78B (or 0xDDD78B) is known color: Primrose. HEX triplet: DD, D7 and 8B. RGB value is (221,215,139). Sum of RGB (Red+Green+Blue) = 221+215+139=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD78B is #222874. Grayscale: #D0D0D0. Windows color (decimal): -2238581 or 9164765. OLE color: 9164765.
HSL color Cylindrical-coordinate representation of color #DDD78B: hue angle of 55.61º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDD78B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 139 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.13 |
| HSL | 55.61º | 0.55% | 0.71% | - |
| HSV(B) | 55.61º | 0.37% | 0.87% | - |
| XYZ | 58.78 | 65.84 | 34.04 | - |
| YUV | 208.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 139 | 0 | 0.03 | 0.37 | 0.13 | 55.61 | 0.55 | 0.71 |
| Hex | DD | D7 | 8B | 0 | 3 | 25 | D | 38 | 37 | 47 |
| Octal | 335 | 327 | 213 | 0 | 3 | 45 | 15 | 70 | 67 | 107 |
| Binary | 11011101 | 11010111 | 10001011 | 0 | 11 | 100101 | 1101 | 111000 | 110111 | 1000111 |
Color Harmonies of #DDD78B
Complementary color
Monochromatic Colors of #DDD78B
Black with #DDD78B
Text Example
Text Example
White with #DDD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD78B; }
p { color: rgb(221,215,139); }
H1.HeaderClassName
{
color: #DDD78B;
}
.AnyTagClassName
{
color: #DDD78B;
}
</style>
background-color css
<style>
a { background-color: #DDD78B; }
a { background-color: rgb(221,215,139); }
div.DivClassName
{
background-color: #DDD78B;
}
.BgClassName
{
background-color: #DDD78B;
}
</style>
border-color css
<style>
span { border-color: #DDD78B; }
span { border-color: rgb(221,215,139); }
td.TdClassName
{
border-color: #DDD78B;
}
.TagClassName
{
border-color: #DDD78B;
}
</style>