Shades of Primrose #DDD68F
Tints of Primrose #DDD68F
RGB
CMYK
RGB Variations
Color information
#DDD68F (or 0xDDD68F) is known color: Primrose. HEX triplet: DD, D6 and 8F. RGB value is (221,214,143). Sum of RGB (Red+Green+Blue) = 221+214+143=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68F is #222970. Grayscale: #D0D0D0. Windows color (decimal): -2238833 or 9426653. OLE color: 9426653.
HSL color Cylindrical-coordinate representation of color #DDD68F: hue angle of 54.62º 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 #DDD68F is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 143 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.13 |
| HSL | 54.62º | 0.53% | 0.71% | - |
| HSV(B) | 54.62º | 0.35% | 0.87% | - |
| XYZ | 58.82 | 65.45 | 35.52 | - |
| YUV | 208 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 143 | 0 | 0.03 | 0.35 | 0.13 | 54.62 | 0.53 | 0.71 |
| Hex | DD | D6 | 8F | 0 | 3 | 23 | D | 37 | 35 | 47 |
| Octal | 335 | 326 | 217 | 0 | 3 | 43 | 15 | 67 | 65 | 107 |
| Binary | 11011101 | 11010110 | 10001111 | 0 | 11 | 100011 | 1101 | 110111 | 110101 | 1000111 |
Color Harmonies of #DDD68F
Complementary color
Monochromatic Colors of #DDD68F
Black with #DDD68F
Text Example
Text Example
White with #DDD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD68F; }
p { color: rgb(221,214,143); }
H1.HeaderClassName
{
color: #DDD68F;
}
.AnyTagClassName
{
color: #DDD68F;
}
</style>
background-color css
<style>
a { background-color: #DDD68F; }
a { background-color: rgb(221,214,143); }
div.DivClassName
{
background-color: #DDD68F;
}
.BgClassName
{
background-color: #DDD68F;
}
</style>
border-color css
<style>
span { border-color: #DDD68F; }
span { border-color: rgb(221,214,143); }
td.TdClassName
{
border-color: #DDD68F;
}
.TagClassName
{
border-color: #DDD68F;
}
</style>