Shades of Primrose #DDDC8A
Tints of Primrose #DDDC8A
RGB
CMYK
RGB Variations
Color information
#DDDC8A (or 0xDDDC8A) is known color: Primrose. HEX triplet: DD, DC and 8A. RGB value is (221,220,138). Sum of RGB (Red+Green+Blue) = 221+220+138=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8A is #222375. Grayscale: #D3D3D3. Windows color (decimal): -2237302 or 9100509. OLE color: 9100509.
HSL color Cylindrical-coordinate representation of color #DDDC8A: hue angle of 59.28º 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 #DDDC8A is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 138 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.13 |
| HSL | 59.28º | 0.55% | 0.7% | - |
| HSV(B) | 59.28º | 0.38% | 0.87% | - |
| XYZ | 60 | 68.39 | 34.08 | - |
| YUV | 210.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 138 | 0 | 0.00 | 0.38 | 0.13 | 59.28 | 0.55 | 0.7 |
| Hex | DD | DC | 8A | 0 | 0 | 26 | D | 3B | 37 | 46 |
| Octal | 335 | 334 | 212 | 0 | 0 | 46 | 15 | 73 | 67 | 106 |
| Binary | 11011101 | 11011100 | 10001010 | 0 | 0 | 100110 | 1101 | 111011 | 110111 | 1000110 |
Color Harmonies of #DDDC8A
Complementary color
Monochromatic Colors of #DDDC8A
Black with #DDDC8A
Text Example
Text Example
White with #DDDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC8A; }
p { color: rgb(221,220,138); }
H1.HeaderClassName
{
color: #DDDC8A;
}
.AnyTagClassName
{
color: #DDDC8A;
}
</style>
background-color css
<style>
a { background-color: #DDDC8A; }
a { background-color: rgb(221,220,138); }
div.DivClassName
{
background-color: #DDDC8A;
}
.BgClassName
{
background-color: #DDDC8A;
}
</style>
border-color css
<style>
span { border-color: #DDDC8A; }
span { border-color: rgb(221,220,138); }
td.TdClassName
{
border-color: #DDDC8A;
}
.TagClassName
{
border-color: #DDDC8A;
}
</style>