Shades of Primrose #DCDB9A
Tints of Primrose #DCDB9A
RGB
CMYK
RGB Variations
Color information
#DCDB9A (or 0xDCDB9A) is known color: Primrose. HEX triplet: DC, DB and 9A. RGB value is (220,219,154). Sum of RGB (Red+Green+Blue) = 220+219+154=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9A is #232465. Grayscale: #D4D4D4. Windows color (decimal): -2303078 or 10148828. OLE color: 10148828.
HSL color Cylindrical-coordinate representation of color #DCDB9A: hue angle of 59.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDB9A is Cyan = 0, Magento = 0.00, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 154 | - |
| CMYK | 0 | 0.00 | 0.3 | 0.14 |
| HSL | 59.09º | 0.49% | 0.73% | - |
| HSV(B) | 59.09º | 0.3% | 0.86% | - |
| XYZ | 60.68 | 68.21 | 40.54 | - |
| YUV | 211.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 154 | 0 | 0.00 | 0.3 | 0.14 | 59.09 | 0.49 | 0.73 |
| Hex | DC | DB | 9A | 0 | 0 | 1E | E | 3B | 31 | 49 |
| Octal | 334 | 333 | 232 | 0 | 0 | 36 | 16 | 73 | 61 | 111 |
| Binary | 11011100 | 11011011 | 10011010 | 0 | 0 | 11110 | 1110 | 111011 | 110001 | 1001001 |
Color Harmonies of #DCDB9A
Complementary color
Monochromatic Colors of #DCDB9A
Black with #DCDB9A
Text Example
Text Example
White with #DCDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB9A; }
p { color: rgb(220,219,154); }
H1.HeaderClassName
{
color: #DCDB9A;
}
.AnyTagClassName
{
color: #DCDB9A;
}
</style>
background-color css
<style>
a { background-color: #DCDB9A; }
a { background-color: rgb(220,219,154); }
div.DivClassName
{
background-color: #DCDB9A;
}
.BgClassName
{
background-color: #DCDB9A;
}
</style>
border-color css
<style>
span { border-color: #DCDB9A; }
span { border-color: rgb(220,219,154); }
td.TdClassName
{
border-color: #DCDB9A;
}
.TagClassName
{
border-color: #DCDB9A;
}
</style>