Shades of Primrose #DDD68A
Tints of Primrose #DDD68A
RGB
CMYK
RGB Variations
Color information
#DDD68A (or 0xDDD68A) is known color: Primrose. HEX triplet: DD, D6 and 8A. RGB value is (221,214,138). Sum of RGB (Red+Green+Blue) = 221+214+138=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68A is #222975. Grayscale: #CFCFCF. Windows color (decimal): -2238838 or 9098973. OLE color: 9098973.
HSL color Cylindrical-coordinate representation of color #DDD68A: hue angle of 54.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD68A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 138 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.13 |
| HSL | 54.94º | 0.55% | 0.7% | - |
| HSV(B) | 54.94º | 0.38% | 0.87% | - |
| XYZ | 58.45 | 65.3 | 33.57 | - |
| YUV | 207.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 138 | 0 | 0.03 | 0.38 | 0.13 | 54.94 | 0.55 | 0.7 |
| Hex | DD | D6 | 8A | 0 | 3 | 26 | D | 37 | 37 | 46 |
| Octal | 335 | 326 | 212 | 0 | 3 | 46 | 15 | 67 | 67 | 106 |
| Binary | 11011101 | 11010110 | 10001010 | 0 | 11 | 100110 | 1101 | 110111 | 110111 | 1000110 |
Color Harmonies of #DDD68A
Complementary color
Monochromatic Colors of #DDD68A
Black with #DDD68A
Text Example
Text Example
White with #DDD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD68A; }
p { color: rgb(221,214,138); }
H1.HeaderClassName
{
color: #DDD68A;
}
.AnyTagClassName
{
color: #DDD68A;
}
</style>
background-color css
<style>
a { background-color: #DDD68A; }
a { background-color: rgb(221,214,138); }
div.DivClassName
{
background-color: #DDD68A;
}
.BgClassName
{
background-color: #DDD68A;
}
</style>
border-color css
<style>
span { border-color: #DDD68A; }
span { border-color: rgb(221,214,138); }
td.TdClassName
{
border-color: #DDD68A;
}
.TagClassName
{
border-color: #DDD68A;
}
</style>