Shades of Primrose #DDDC83
Tints of Primrose #DDDC83
RGB
CMYK
RGB Variations
Color information
#DDDC83 (or 0xDDDC83) is known color: Primrose. HEX triplet: DD, DC and 83. RGB value is (221,220,131). Sum of RGB (Red+Green+Blue) = 221+220+131=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC83 is #22237C. Grayscale: #D2D2D2. Windows color (decimal): -2237309 or 8641757. OLE color: 8641757.
HSL color Cylindrical-coordinate representation of color #DDDC83: hue angle of 59.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDDC83 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 131 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.13 |
| HSL | 59.33º | 0.57% | 0.69% | - |
| HSV(B) | 59.33º | 0.41% | 0.87% | - |
| XYZ | 59.51 | 68.2 | 31.5 | - |
| YUV | 210.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 131 | 0 | 0.00 | 0.41 | 0.13 | 59.33 | 0.57 | 0.69 |
| Hex | DD | DC | 83 | 0 | 0 | 29 | D | 3B | 39 | 45 |
| Octal | 335 | 334 | 203 | 0 | 0 | 51 | 15 | 73 | 71 | 105 |
| Binary | 11011101 | 11011100 | 10000011 | 0 | 0 | 101001 | 1101 | 111011 | 111001 | 1000101 |
Color Harmonies of #DDDC83
Complementary color
Monochromatic Colors of #DDDC83
Black with #DDDC83
Text Example
Text Example
White with #DDDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC83; }
p { color: rgb(221,220,131); }
H1.HeaderClassName
{
color: #DDDC83;
}
.AnyTagClassName
{
color: #DDDC83;
}
</style>
background-color css
<style>
a { background-color: #DDDC83; }
a { background-color: rgb(221,220,131); }
div.DivClassName
{
background-color: #DDDC83;
}
.BgClassName
{
background-color: #DDDC83;
}
</style>
border-color css
<style>
span { border-color: #DDDC83; }
span { border-color: rgb(221,220,131); }
td.TdClassName
{
border-color: #DDDC83;
}
.TagClassName
{
border-color: #DDDC83;
}
</style>