Shades of Barberry #D4CB25
Tints of Barberry #D4CB25
RGB
CMYK
RGB Variations
Color information
#D4CB25 (or 0xD4CB25) is known color: Barberry. HEX triplet: D4, CB and 25. RGB value is (212,203,37). Sum of RGB (Red+Green+Blue) = 212+203+37=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB25 is #2B34DA. Grayscale: #BBBBBB. Windows color (decimal): -2831579 or 2477012. OLE color: 2477012.
HSL color Cylindrical-coordinate representation of color #D4CB25: hue angle of 56.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4CB25 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 37 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.17 |
| HSL | 56.91º | 0.7% | 0.49% | - |
| HSV(B) | 56.91º | 0.83% | 0.83% | - |
| XYZ | 48.84 | 56.84 | 10.15 | - |
| YUV | 186.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 37 | 0 | 0.04 | 0.83 | 0.17 | 56.91 | 0.7 | 0.49 |
| Hex | D4 | CB | 25 | 0 | 4 | 53 | 11 | 39 | 46 | 31 |
| Octal | 324 | 313 | 45 | 0 | 4 | 123 | 21 | 71 | 106 | 61 |
| Binary | 11010100 | 11001011 | 100101 | 0 | 100 | 1010011 | 10001 | 111001 | 1000110 | 110001 |
Color Harmonies of #D4CB25
Complementary color
Monochromatic Colors of #D4CB25
Black with #D4CB25
Text Example
Text Example
White with #D4CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB25; }
p { color: rgb(212,203,37); }
H1.HeaderClassName
{
color: #D4CB25;
}
.AnyTagClassName
{
color: #D4CB25;
}
</style>
background-color css
<style>
a { background-color: #D4CB25; }
a { background-color: rgb(212,203,37); }
div.DivClassName
{
background-color: #D4CB25;
}
.BgClassName
{
background-color: #D4CB25;
}
</style>
border-color css
<style>
span { border-color: #D4CB25; }
span { border-color: rgb(212,203,37); }
td.TdClassName
{
border-color: #D4CB25;
}
.TagClassName
{
border-color: #D4CB25;
}
</style>