Shades of Primrose #DCDB9B
Tints of Primrose #DCDB9B
RGB
CMYK
RGB Variations
Color information
#DCDB9B (or 0xDCDB9B) is known color: Primrose. HEX triplet: DC, DB and 9B. RGB value is (220,219,155). Sum of RGB (Red+Green+Blue) = 220+219+155=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9B is #232464. Grayscale: #D4D4D4. Windows color (decimal): -2303077 or 10214364. OLE color: 10214364.
HSL color Cylindrical-coordinate representation of color #DCDB9B: hue angle of 59.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDB9B is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 155 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.14 |
| HSL | 59.08º | 0.48% | 0.74% | - |
| HSV(B) | 59.08º | 0.3% | 0.86% | - |
| XYZ | 60.76 | 68.25 | 40.98 | - |
| YUV | 212 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 155 | 0 | 0.00 | 0.30 | 0.14 | 59.08 | 0.48 | 0.74 |
| Hex | DC | DB | 9B | 0 | 0 | 1E | E | 3B | 30 | 4A |
| Octal | 334 | 333 | 233 | 0 | 0 | 36 | 16 | 73 | 60 | 112 |
| Binary | 11011100 | 11011011 | 10011011 | 0 | 0 | 11110 | 1110 | 111011 | 110000 | 1001010 |
Color Harmonies of #DCDB9B
Complementary color
Monochromatic Colors of #DCDB9B
Black with #DCDB9B
Text Example
Text Example
White with #DCDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB9B; }
p { color: rgb(220,219,155); }
H1.HeaderClassName
{
color: #DCDB9B;
}
.AnyTagClassName
{
color: #DCDB9B;
}
</style>
background-color css
<style>
a { background-color: #DCDB9B; }
a { background-color: rgb(220,219,155); }
div.DivClassName
{
background-color: #DCDB9B;
}
.BgClassName
{
background-color: #DCDB9B;
}
</style>
border-color css
<style>
span { border-color: #DCDB9B; }
span { border-color: rgb(220,219,155); }
td.TdClassName
{
border-color: #DCDB9B;
}
.TagClassName
{
border-color: #DCDB9B;
}
</style>