Shades of Primrose #DCDB8C
Tints of Primrose #DCDB8C
RGB
CMYK
RGB Variations
Color information
#DCDB8C (or 0xDCDB8C) is known color: Primrose. HEX triplet: DC, DB and 8C. RGB value is (220,219,140). Sum of RGB (Red+Green+Blue) = 220+219+140=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8C is #232473. Grayscale: #D2D2D2. Windows color (decimal): -2303092 or 9231324. OLE color: 9231324.
HSL color Cylindrical-coordinate representation of color #DCDB8C: hue angle of 59.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDB8C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 140 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.14 |
| HSL | 59.25º | 0.53% | 0.71% | - |
| HSV(B) | 59.25º | 0.36% | 0.86% | - |
| XYZ | 59.58 | 67.77 | 34.75 | - |
| YUV | 210.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 140 | 0 | 0.00 | 0.36 | 0.14 | 59.25 | 0.53 | 0.71 |
| Hex | DC | DB | 8C | 0 | 0 | 24 | E | 3B | 35 | 47 |
| Octal | 334 | 333 | 214 | 0 | 0 | 44 | 16 | 73 | 65 | 107 |
| Binary | 11011100 | 11011011 | 10001100 | 0 | 0 | 100100 | 1110 | 111011 | 110101 | 1000111 |
Color Harmonies of #DCDB8C
Complementary color
Monochromatic Colors of #DCDB8C
Black with #DCDB8C
Text Example
Text Example
White with #DCDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB8C; }
p { color: rgb(220,219,140); }
H1.HeaderClassName
{
color: #DCDB8C;
}
.AnyTagClassName
{
color: #DCDB8C;
}
</style>
background-color css
<style>
a { background-color: #DCDB8C; }
a { background-color: rgb(220,219,140); }
div.DivClassName
{
background-color: #DCDB8C;
}
.BgClassName
{
background-color: #DCDB8C;
}
</style>
border-color css
<style>
span { border-color: #DCDB8C; }
span { border-color: rgb(220,219,140); }
td.TdClassName
{
border-color: #DCDB8C;
}
.TagClassName
{
border-color: #DCDB8C;
}
</style>