Shades of Primrose #DCDB8E
Tints of Primrose #DCDB8E
RGB
CMYK
RGB Variations
Color information
#DCDB8E (or 0xDCDB8E) is known color: Primrose. HEX triplet: DC, DB and 8E. RGB value is (220,219,142). Sum of RGB (Red+Green+Blue) = 220+219+142=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8E is #232471. Grayscale: #D2D2D2. Windows color (decimal): -2303090 or 9362396. OLE color: 9362396.
HSL color Cylindrical-coordinate representation of color #DCDB8E: hue angle of 59.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDB8E is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 142 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.14 |
| HSL | 59.23º | 0.53% | 0.71% | - |
| HSV(B) | 59.23º | 0.35% | 0.86% | - |
| XYZ | 59.73 | 67.83 | 35.54 | - |
| YUV | 210.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 142 | 0 | 0.00 | 0.35 | 0.14 | 59.23 | 0.53 | 0.71 |
| Hex | DC | DB | 8E | 0 | 0 | 23 | E | 3B | 35 | 47 |
| Octal | 334 | 333 | 216 | 0 | 0 | 43 | 16 | 73 | 65 | 107 |
| Binary | 11011100 | 11011011 | 10001110 | 0 | 0 | 100011 | 1110 | 111011 | 110101 | 1000111 |
Color Harmonies of #DCDB8E
Complementary color
Monochromatic Colors of #DCDB8E
Black with #DCDB8E
Text Example
Text Example
White with #DCDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB8E; }
p { color: rgb(220,219,142); }
H1.HeaderClassName
{
color: #DCDB8E;
}
.AnyTagClassName
{
color: #DCDB8E;
}
</style>
background-color css
<style>
a { background-color: #DCDB8E; }
a { background-color: rgb(220,219,142); }
div.DivClassName
{
background-color: #DCDB8E;
}
.BgClassName
{
background-color: #DCDB8E;
}
</style>
border-color css
<style>
span { border-color: #DCDB8E; }
span { border-color: rgb(220,219,142); }
td.TdClassName
{
border-color: #DCDB8E;
}
.TagClassName
{
border-color: #DCDB8E;
}
</style>