Shades of Primrose #DCDD9B
Tints of Primrose #DCDD9B
RGB
CMYK
RGB Variations
Color information
#DCDD9B (or 0xDCDD9B) is known color: Primrose. HEX triplet: DC, DD and 9B. RGB value is (220,221,155). Sum of RGB (Red+Green+Blue) = 220+221+155=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD9B is #232264. Grayscale: #D5D5D5. Windows color (decimal): -2302565 or 10214876. OLE color: 10214876.
HSL color Cylindrical-coordinate representation of color #DCDD9B: hue angle of 60.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDD9B is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 155 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.13 |
| HSL | 60.91º | 0.49% | 0.74% | - |
| HSV(B) | 60.91º | 0.3% | 0.87% | - |
| XYZ | 61.29 | 69.3 | 41.16 | - |
| YUV | 213.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 155 | 0.00 | 0 | 0.30 | 0.13 | 60.91 | 0.49 | 0.74 |
| Hex | DC | DD | 9B | 0 | 0 | 1E | D | 3D | 31 | 4A |
| Octal | 334 | 335 | 233 | 0 | 0 | 36 | 15 | 75 | 61 | 112 |
| Binary | 11011100 | 11011101 | 10011011 | 0 | 0 | 11110 | 1101 | 111101 | 110001 | 1001010 |
Color Harmonies of #DCDD9B
Complementary color
Monochromatic Colors of #DCDD9B
Black with #DCDD9B
Text Example
Text Example
White with #DCDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD9B; }
p { color: rgb(220,221,155); }
H1.HeaderClassName
{
color: #DCDD9B;
}
.AnyTagClassName
{
color: #DCDD9B;
}
</style>
background-color css
<style>
a { background-color: #DCDD9B; }
a { background-color: rgb(220,221,155); }
div.DivClassName
{
background-color: #DCDD9B;
}
.BgClassName
{
background-color: #DCDD9B;
}
</style>
border-color css
<style>
span { border-color: #DCDD9B; }
span { border-color: rgb(220,221,155); }
td.TdClassName
{
border-color: #DCDD9B;
}
.TagClassName
{
border-color: #DCDD9B;
}
</style>