Shades of Barberry #D2C917
Tints of Barberry #D2C917
RGB
CMYK
RGB Variations
Color information
#D2C917 (or 0xD2C917) is known color: Barberry. HEX triplet: D2, C9 and 17. RGB value is (210,201,23). Sum of RGB (Red+Green+Blue) = 210+201+23=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C917 is #2D36E8. Grayscale: #B8B8B8. Windows color (decimal): -2963177 or 1558994. OLE color: 1558994.
HSL color Cylindrical-coordinate representation of color #D2C917: hue angle of 57.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C917 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 23 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.18 |
| HSL | 57.11º | 0.8% | 0.46% | - |
| HSV(B) | 57.11º | 0.89% | 0.82% | - |
| XYZ | 47.62 | 55.54 | 9.02 | - |
| YUV | 183.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 23 | 0 | 0.04 | 0.89 | 0.18 | 57.11 | 0.8 | 0.46 |
| Hex | D2 | C9 | 17 | 0 | 4 | 59 | 12 | 39 | 50 | 2E |
| Octal | 322 | 311 | 27 | 0 | 4 | 131 | 22 | 71 | 120 | 56 |
| Binary | 11010010 | 11001001 | 10111 | 0 | 100 | 1011001 | 10010 | 111001 | 1010000 | 101110 |
Color Harmonies of #D2C917
Complementary color
Monochromatic Colors of #D2C917
Black with #D2C917
Text Example
Text Example
White with #D2C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C917; }
p { color: rgb(210,201,23); }
H1.HeaderClassName
{
color: #D2C917;
}
.AnyTagClassName
{
color: #D2C917;
}
</style>
background-color css
<style>
a { background-color: #D2C917; }
a { background-color: rgb(210,201,23); }
div.DivClassName
{
background-color: #D2C917;
}
.BgClassName
{
background-color: #D2C917;
}
</style>
border-color css
<style>
span { border-color: #D2C917; }
span { border-color: rgb(210,201,23); }
td.TdClassName
{
border-color: #D2C917;
}
.TagClassName
{
border-color: #D2C917;
}
</style>