Shades of Primrose #DCDB8D
Tints of Primrose #DCDB8D
RGB
CMYK
RGB Variations
Color information
#DCDB8D (or 0xDCDB8D) is known color: Primrose. HEX triplet: DC, DB and 8D. RGB value is (220,219,141). Sum of RGB (Red+Green+Blue) = 220+219+141=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8D is #232472. Grayscale: #D2D2D2. Windows color (decimal): -2303091 or 9296860. OLE color: 9296860.
HSL color Cylindrical-coordinate representation of color #DCDB8D: hue angle of 59.24º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDB8D is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 141 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.14 |
| HSL | 59.24º | 0.53% | 0.71% | - |
| HSV(B) | 59.24º | 0.36% | 0.86% | - |
| XYZ | 59.65 | 67.8 | 35.14 | - |
| YUV | 210.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 141 | 0 | 0.00 | 0.36 | 0.14 | 59.24 | 0.53 | 0.71 |
| Hex | DC | DB | 8D | 0 | 0 | 24 | E | 3B | 35 | 47 |
| Octal | 334 | 333 | 215 | 0 | 0 | 44 | 16 | 73 | 65 | 107 |
| Binary | 11011100 | 11011011 | 10001101 | 0 | 0 | 100100 | 1110 | 111011 | 110101 | 1000111 |
Color Harmonies of #DCDB8D
Complementary color
Monochromatic Colors of #DCDB8D
Black with #DCDB8D
Text Example
Text Example
White with #DCDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB8D; }
p { color: rgb(220,219,141); }
H1.HeaderClassName
{
color: #DCDB8D;
}
.AnyTagClassName
{
color: #DCDB8D;
}
</style>
background-color css
<style>
a { background-color: #DCDB8D; }
a { background-color: rgb(220,219,141); }
div.DivClassName
{
background-color: #DCDB8D;
}
.BgClassName
{
background-color: #DCDB8D;
}
</style>
border-color css
<style>
span { border-color: #DCDB8D; }
span { border-color: rgb(220,219,141); }
td.TdClassName
{
border-color: #DCDB8D;
}
.TagClassName
{
border-color: #DCDB8D;
}
</style>