Shades of Barberry #D9CB25
Tints of Barberry #D9CB25
RGB
CMYK
RGB Variations
Color information
#D9CB25 (or 0xD9CB25) is known color: Barberry. HEX triplet: D9, CB and 25. RGB value is (217,203,37). Sum of RGB (Red+Green+Blue) = 217+203+37=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB25 is #2634DA. Grayscale: #BCBCBC. Windows color (decimal): -2503899 or 2477017. OLE color: 2477017.
HSL color Cylindrical-coordinate representation of color #D9CB25: hue angle of 55.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 #D9CB25 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.15 |
| HSL | 55.33º | 0.71% | 0.5% | - |
| HSV(B) | 55.33º | 0.83% | 0.85% | - |
| XYZ | 50.31 | 57.6 | 10.22 | - |
| YUV | 188.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 37 | 0 | 0.06 | 0.83 | 0.15 | 55.33 | 0.71 | 0.5 |
| Hex | D9 | CB | 25 | 0 | 6 | 53 | F | 37 | 47 | 32 |
| Octal | 331 | 313 | 45 | 0 | 6 | 123 | 17 | 67 | 107 | 62 |
| Binary | 11011001 | 11001011 | 100101 | 0 | 110 | 1010011 | 1111 | 110111 | 1000111 | 110010 |
Color Harmonies of #D9CB25
Complementary color
Monochromatic Colors of #D9CB25
Black with #D9CB25
Text Example
Text Example
White with #D9CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB25; }
p { color: rgb(217,203,37); }
H1.HeaderClassName
{
color: #D9CB25;
}
.AnyTagClassName
{
color: #D9CB25;
}
</style>
background-color css
<style>
a { background-color: #D9CB25; }
a { background-color: rgb(217,203,37); }
div.DivClassName
{
background-color: #D9CB25;
}
.BgClassName
{
background-color: #D9CB25;
}
</style>
border-color css
<style>
span { border-color: #D9CB25; }
span { border-color: rgb(217,203,37); }
td.TdClassName
{
border-color: #D9CB25;
}
.TagClassName
{
border-color: #D9CB25;
}
</style>