Shades of Primrose #DCD38B
Tints of Primrose #DCD38B
RGB
CMYK
RGB Variations
Color information
#DCD38B (or 0xDCD38B) is known color: Primrose. HEX triplet: DC, D3 and 8B. RGB value is (220,211,139). Sum of RGB (Red+Green+Blue) = 220+211+139=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD38B is #232C74. Grayscale: #CDCDCD. Windows color (decimal): -2305141 or 9163740. OLE color: 9163740.
HSL color Cylindrical-coordinate representation of color #DCD38B: hue angle of 53.33º 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 #DCD38B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 139 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 53.33º | 0.54% | 0.7% | - |
| HSV(B) | 53.33º | 0.37% | 0.86% | - |
| XYZ | 57.47 | 63.67 | 33.69 | - |
| YUV | 205.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 139 | 0 | 0.04 | 0.37 | 0.14 | 53.33 | 0.54 | 0.7 |
| Hex | DC | D3 | 8B | 0 | 4 | 25 | E | 35 | 36 | 46 |
| Octal | 334 | 323 | 213 | 0 | 4 | 45 | 16 | 65 | 66 | 106 |
| Binary | 11011100 | 11010011 | 10001011 | 0 | 100 | 100101 | 1110 | 110101 | 110110 | 1000110 |
Color Harmonies of #DCD38B
Complementary color
Monochromatic Colors of #DCD38B
Black with #DCD38B
Text Example
Text Example
White with #DCD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD38B; }
p { color: rgb(220,211,139); }
H1.HeaderClassName
{
color: #DCD38B;
}
.AnyTagClassName
{
color: #DCD38B;
}
</style>
background-color css
<style>
a { background-color: #DCD38B; }
a { background-color: rgb(220,211,139); }
div.DivClassName
{
background-color: #DCD38B;
}
.BgClassName
{
background-color: #DCD38B;
}
</style>
border-color css
<style>
span { border-color: #DCD38B; }
span { border-color: rgb(220,211,139); }
td.TdClassName
{
border-color: #DCD38B;
}
.TagClassName
{
border-color: #DCD38B;
}
</style>