Shades of Primrose #DCDF81
Tints of Primrose #DCDF81
RGB
CMYK
RGB Variations
Color information
#DCDF81 (or 0xDCDF81) is known color: Primrose. HEX triplet: DC, DF and 81. RGB value is (220,223,129). Sum of RGB (Red+Green+Blue) = 220+223+129=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF81 is #23207E. Grayscale: #D3D3D3. Windows color (decimal): -2302079 or 8511452. OLE color: 8511452.
HSL color Cylindrical-coordinate representation of color #DCDF81: hue angle of 61.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDF81 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 129 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.13 |
| HSL | 61.91º | 0.59% | 0.69% | - |
| HSV(B) | 61.91º | 0.42% | 0.87% | - |
| XYZ | 59.87 | 69.58 | 31.04 | - |
| YUV | 211.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 129 | 0.01 | 0 | 0.42 | 0.13 | 61.91 | 0.59 | 0.69 |
| Hex | DC | DF | 81 | 1 | 0 | 2A | D | 3E | 3B | 45 |
| Octal | 334 | 337 | 201 | 1 | 0 | 52 | 15 | 76 | 73 | 105 |
| Binary | 11011100 | 11011111 | 10000001 | 1 | 0 | 101010 | 1101 | 111110 | 111011 | 1000101 |
Color Harmonies of #DCDF81
Complementary color
Monochromatic Colors of #DCDF81
Black with #DCDF81
Text Example
Text Example
White with #DCDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF81; }
p { color: rgb(220,223,129); }
H1.HeaderClassName
{
color: #DCDF81;
}
.AnyTagClassName
{
color: #DCDF81;
}
</style>
background-color css
<style>
a { background-color: #DCDF81; }
a { background-color: rgb(220,223,129); }
div.DivClassName
{
background-color: #DCDF81;
}
.BgClassName
{
background-color: #DCDF81;
}
</style>
border-color css
<style>
span { border-color: #DCDF81; }
span { border-color: rgb(220,223,129); }
td.TdClassName
{
border-color: #DCDF81;
}
.TagClassName
{
border-color: #DCDF81;
}
</style>