Shades of Primrose #DCDD8B
Tints of Primrose #DCDD8B
RGB
CMYK
RGB Variations
Color information
#DCDD8B (or 0xDCDD8B) is known color: Primrose. HEX triplet: DC, DD and 8B. RGB value is (220,221,139). Sum of RGB (Red+Green+Blue) = 220+221+139=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8B is #232274. Grayscale: #D3D3D3. Windows color (decimal): -2302581 or 9166300. OLE color: 9166300.
HSL color Cylindrical-coordinate representation of color #DCDD8B: hue angle of 60.73º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCDD8B is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 139 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.13 |
| HSL | 60.73º | 0.55% | 0.71% | - |
| HSV(B) | 60.73º | 0.37% | 0.87% | - |
| XYZ | 60.03 | 68.79 | 34.54 | - |
| YUV | 211.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 139 | 0.00 | 0 | 0.37 | 0.13 | 60.73 | 0.55 | 0.71 |
| Hex | DC | DD | 8B | 0 | 0 | 25 | D | 3D | 37 | 47 |
| Octal | 334 | 335 | 213 | 0 | 0 | 45 | 15 | 75 | 67 | 107 |
| Binary | 11011100 | 11011101 | 10001011 | 0 | 0 | 100101 | 1101 | 111101 | 110111 | 1000111 |
Color Harmonies of #DCDD8B
Complementary color
Monochromatic Colors of #DCDD8B
Black with #DCDD8B
Text Example
Text Example
White with #DCDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD8B; }
p { color: rgb(220,221,139); }
H1.HeaderClassName
{
color: #DCDD8B;
}
.AnyTagClassName
{
color: #DCDD8B;
}
</style>
background-color css
<style>
a { background-color: #DCDD8B; }
a { background-color: rgb(220,221,139); }
div.DivClassName
{
background-color: #DCDD8B;
}
.BgClassName
{
background-color: #DCDD8B;
}
</style>
border-color css
<style>
span { border-color: #DCDD8B; }
span { border-color: rgb(220,221,139); }
td.TdClassName
{
border-color: #DCDD8B;
}
.TagClassName
{
border-color: #DCDD8B;
}
</style>