Shades of Primrose #DCDB81
Tints of Primrose #DCDB81
RGB
CMYK
RGB Variations
Color information
#DCDB81 (or 0xDCDB81) is known color: Primrose. HEX triplet: DC, DB and 81. RGB value is (220,219,129). Sum of RGB (Red+Green+Blue) = 220+219+129=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB81 is #23247E. Grayscale: #D1D1D1. Windows color (decimal): -2303103 or 8510428. OLE color: 8510428.
HSL color Cylindrical-coordinate representation of color #DCDB81: hue angle of 59.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCDB81 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 129 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.14 |
| HSL | 59.34º | 0.57% | 0.68% | - |
| HSV(B) | 59.34º | 0.41% | 0.86% | - |
| XYZ | 58.81 | 67.46 | 30.69 | - |
| YUV | 209.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 129 | 0 | 0.00 | 0.41 | 0.14 | 59.34 | 0.57 | 0.68 |
| Hex | DC | DB | 81 | 0 | 0 | 29 | E | 3B | 39 | 44 |
| Octal | 334 | 333 | 201 | 0 | 0 | 51 | 16 | 73 | 71 | 104 |
| Binary | 11011100 | 11011011 | 10000001 | 0 | 0 | 101001 | 1110 | 111011 | 111001 | 1000100 |
Color Harmonies of #DCDB81
Complementary color
Monochromatic Colors of #DCDB81
Black with #DCDB81
Text Example
Text Example
White with #DCDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB81; }
p { color: rgb(220,219,129); }
H1.HeaderClassName
{
color: #DCDB81;
}
.AnyTagClassName
{
color: #DCDB81;
}
</style>
background-color css
<style>
a { background-color: #DCDB81; }
a { background-color: rgb(220,219,129); }
div.DivClassName
{
background-color: #DCDB81;
}
.BgClassName
{
background-color: #DCDB81;
}
</style>
border-color css
<style>
span { border-color: #DCDB81; }
span { border-color: rgb(220,219,129); }
td.TdClassName
{
border-color: #DCDB81;
}
.TagClassName
{
border-color: #DCDB81;
}
</style>