Shades of Primrose #DCDF9B
Tints of Primrose #DCDF9B
RGB
CMYK
RGB Variations
Color information
#DCDF9B (or 0xDCDF9B) is known color: Primrose. HEX triplet: DC, DF and 9B. RGB value is (220,223,155). Sum of RGB (Red+Green+Blue) = 220+223+155=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF9B is #232064. Grayscale: #D6D6D6. Windows color (decimal): -2302053 or 10215388. OLE color: 10215388.
HSL color Cylindrical-coordinate representation of color #DCDF9B: hue angle of 62.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDF9B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 155 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.13 |
| HSL | 62.65º | 0.52% | 0.74% | - |
| HSV(B) | 62.65º | 0.3% | 0.87% | - |
| XYZ | 61.82 | 70.36 | 41.33 | - |
| YUV | 214.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 155 | 0.01 | 0 | 0.30 | 0.13 | 62.65 | 0.52 | 0.74 |
| Hex | DC | DF | 9B | 1 | 0 | 1E | D | 3F | 34 | 4A |
| Octal | 334 | 337 | 233 | 1 | 0 | 36 | 15 | 77 | 64 | 112 |
| Binary | 11011100 | 11011111 | 10011011 | 1 | 0 | 11110 | 1101 | 111111 | 110100 | 1001010 |
Color Harmonies of #DCDF9B
Complementary color
Monochromatic Colors of #DCDF9B
Black with #DCDF9B
Text Example
Text Example
White with #DCDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF9B; }
p { color: rgb(220,223,155); }
H1.HeaderClassName
{
color: #DCDF9B;
}
.AnyTagClassName
{
color: #DCDF9B;
}
</style>
background-color css
<style>
a { background-color: #DCDF9B; }
a { background-color: rgb(220,223,155); }
div.DivClassName
{
background-color: #DCDF9B;
}
.BgClassName
{
background-color: #DCDF9B;
}
</style>
border-color css
<style>
span { border-color: #DCDF9B; }
span { border-color: rgb(220,223,155); }
td.TdClassName
{
border-color: #DCDF9B;
}
.TagClassName
{
border-color: #DCDF9B;
}
</style>