Shades of Primrose #DCDB8A
Tints of Primrose #DCDB8A
RGB
CMYK
RGB Variations
Color information
#DCDB8A (or 0xDCDB8A) is known color: Primrose. HEX triplet: DC, DB and 8A. RGB value is (220,219,138). Sum of RGB (Red+Green+Blue) = 220+219+138=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8A is #232475. Grayscale: #D2D2D2. Windows color (decimal): -2303094 or 9100252. OLE color: 9100252.
HSL color Cylindrical-coordinate representation of color #DCDB8A: hue angle of 59.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCDB8A is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 138 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.14 |
| HSL | 59.27º | 0.54% | 0.7% | - |
| HSV(B) | 59.27º | 0.37% | 0.86% | - |
| XYZ | 59.43 | 67.71 | 33.98 | - |
| YUV | 210.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 138 | 0 | 0.00 | 0.37 | 0.14 | 59.27 | 0.54 | 0.7 |
| Hex | DC | DB | 8A | 0 | 0 | 25 | E | 3B | 36 | 46 |
| Octal | 334 | 333 | 212 | 0 | 0 | 45 | 16 | 73 | 66 | 106 |
| Binary | 11011100 | 11011011 | 10001010 | 0 | 0 | 100101 | 1110 | 111011 | 110110 | 1000110 |
Color Harmonies of #DCDB8A
Complementary color
Monochromatic Colors of #DCDB8A
Black with #DCDB8A
Text Example
Text Example
White with #DCDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB8A; }
p { color: rgb(220,219,138); }
H1.HeaderClassName
{
color: #DCDB8A;
}
.AnyTagClassName
{
color: #DCDB8A;
}
</style>
background-color css
<style>
a { background-color: #DCDB8A; }
a { background-color: rgb(220,219,138); }
div.DivClassName
{
background-color: #DCDB8A;
}
.BgClassName
{
background-color: #DCDB8A;
}
</style>
border-color css
<style>
span { border-color: #DCDB8A; }
span { border-color: rgb(220,219,138); }
td.TdClassName
{
border-color: #DCDB8A;
}
.TagClassName
{
border-color: #DCDB8A;
}
</style>