Shades of Barberry #D9C825
Tints of Barberry #D9C825
RGB
CMYK
RGB Variations
Color information
#D9C825 (or 0xD9C825) is known color: Barberry. HEX triplet: D9, C8 and 25. RGB value is (217,200,37). Sum of RGB (Red+Green+Blue) = 217+200+37=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C825 is #2637DA. Grayscale: #BBBBBB. Windows color (decimal): -2504667 or 2476249. OLE color: 2476249.
HSL color Cylindrical-coordinate representation of color #D9C825: hue angle of 54.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9C825 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.15 |
| HSL | 54.33º | 0.71% | 0.5% | - |
| HSV(B) | 54.33º | 0.83% | 0.85% | - |
| XYZ | 49.6 | 56.19 | 9.98 | - |
| YUV | 186.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 37 | 0 | 0.08 | 0.83 | 0.15 | 54.33 | 0.71 | 0.5 |
| Hex | D9 | C8 | 25 | 0 | 8 | 53 | F | 36 | 47 | 32 |
| Octal | 331 | 310 | 45 | 0 | 10 | 123 | 17 | 66 | 107 | 62 |
| Binary | 11011001 | 11001000 | 100101 | 0 | 1000 | 1010011 | 1111 | 110110 | 1000111 | 110010 |
Color Harmonies of #D9C825
Complementary color
Monochromatic Colors of #D9C825
Black with #D9C825
Text Example
Text Example
White with #D9C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C825; }
p { color: rgb(217,200,37); }
H1.HeaderClassName
{
color: #D9C825;
}
.AnyTagClassName
{
color: #D9C825;
}
</style>
background-color css
<style>
a { background-color: #D9C825; }
a { background-color: rgb(217,200,37); }
div.DivClassName
{
background-color: #D9C825;
}
.BgClassName
{
background-color: #D9C825;
}
</style>
border-color css
<style>
span { border-color: #D9C825; }
span { border-color: rgb(217,200,37); }
td.TdClassName
{
border-color: #D9C825;
}
.TagClassName
{
border-color: #D9C825;
}
</style>