Shades of Primrose #DDDF8A
Tints of Primrose #DDDF8A
RGB
CMYK
RGB Variations
Color information
#DDDF8A (or 0xDDDF8A) is known color: Primrose. HEX triplet: DD, DF and 8A. RGB value is (221,223,138). Sum of RGB (Red+Green+Blue) = 221+223+138=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF8A is #222075. Grayscale: #D5D5D5. Windows color (decimal): -2236534 or 9101277. OLE color: 9101277.
HSL color Cylindrical-coordinate representation of color #DDDF8A: hue angle of 61.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDDF8A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 138 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 61.41º | 0.57% | 0.71% | - |
| HSV(B) | 61.41º | 0.38% | 0.87% | - |
| XYZ | 60.79 | 69.98 | 34.35 | - |
| YUV | 212.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 138 | 0.01 | 0 | 0.38 | 0.13 | 61.41 | 0.57 | 0.71 |
| Hex | DD | DF | 8A | 1 | 0 | 26 | D | 3D | 39 | 47 |
| Octal | 335 | 337 | 212 | 1 | 0 | 46 | 15 | 75 | 71 | 107 |
| Binary | 11011101 | 11011111 | 10001010 | 1 | 0 | 100110 | 1101 | 111101 | 111001 | 1000111 |
Color Harmonies of #DDDF8A
Complementary color
Monochromatic Colors of #DDDF8A
Black with #DDDF8A
Text Example
Text Example
White with #DDDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF8A; }
p { color: rgb(221,223,138); }
H1.HeaderClassName
{
color: #DDDF8A;
}
.AnyTagClassName
{
color: #DDDF8A;
}
</style>
background-color css
<style>
a { background-color: #DDDF8A; }
a { background-color: rgb(221,223,138); }
div.DivClassName
{
background-color: #DDDF8A;
}
.BgClassName
{
background-color: #DDDF8A;
}
</style>
border-color css
<style>
span { border-color: #DDDF8A; }
span { border-color: rgb(221,223,138); }
td.TdClassName
{
border-color: #DDDF8A;
}
.TagClassName
{
border-color: #DDDF8A;
}
</style>