Shades of Barberry #D9CF25
Tints of Barberry #D9CF25
RGB
CMYK
RGB Variations
Color information
#D9CF25 (or 0xD9CF25) is known color: Barberry. HEX triplet: D9, CF and 25. RGB value is (217,207,37). Sum of RGB (Red+Green+Blue) = 217+207+37=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF25 is #2630DA. Grayscale: #BFBFBF. Windows color (decimal): -2502875 or 2478041. OLE color: 2478041.
HSL color Cylindrical-coordinate representation of color #D9CF25: hue angle of 56.67º 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 #D9CF25 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.15 |
| HSL | 56.67º | 0.71% | 0.5% | - |
| HSV(B) | 56.67º | 0.83% | 0.85% | - |
| XYZ | 51.26 | 59.51 | 10.54 | - |
| YUV | 190.61 | 41.31 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 37 | 0 | 0.05 | 0.83 | 0.15 | 56.67 | 0.71 | 0.5 |
| Hex | D9 | CF | 25 | 0 | 5 | 53 | F | 39 | 47 | 32 |
| Octal | 331 | 317 | 45 | 0 | 5 | 123 | 17 | 71 | 107 | 62 |
| Binary | 11011001 | 11001111 | 100101 | 0 | 101 | 1010011 | 1111 | 111001 | 1000111 | 110010 |
Color Harmonies of #D9CF25
Complementary color
Monochromatic Colors of #D9CF25
Black with #D9CF25
Text Example
Text Example
White with #D9CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF25; }
p { color: rgb(217,207,37); }
H1.HeaderClassName
{
color: #D9CF25;
}
.AnyTagClassName
{
color: #D9CF25;
}
</style>
background-color css
<style>
a { background-color: #D9CF25; }
a { background-color: rgb(217,207,37); }
div.DivClassName
{
background-color: #D9CF25;
}
.BgClassName
{
background-color: #D9CF25;
}
</style>
border-color css
<style>
span { border-color: #D9CF25; }
span { border-color: rgb(217,207,37); }
td.TdClassName
{
border-color: #D9CF25;
}
.TagClassName
{
border-color: #D9CF25;
}
</style>