Shades of Barberry #D3C025
Tints of Barberry #D3C025
RGB
CMYK
RGB Variations
Color information
#D3C025 (or 0xD3C025) is known color: Barberry. HEX triplet: D3, C0 and 25. RGB value is (211,192,37). Sum of RGB (Red+Green+Blue) = 211+192+37=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C025 is #2C3FDA. Grayscale: #B4B4B4. Windows color (decimal): -2899931 or 2474195. OLE color: 2474195.
HSL color Cylindrical-coordinate representation of color #D3C025: hue angle of 53.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3C025 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 37 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.17 |
| HSL | 53.45º | 0.7% | 0.49% | - |
| HSV(B) | 53.45º | 0.82% | 0.83% | - |
| XYZ | 46.05 | 51.68 | 9.3 | - |
| YUV | 180.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 37 | 0 | 0.09 | 0.82 | 0.17 | 53.45 | 0.7 | 0.49 |
| Hex | D3 | C0 | 25 | 0 | 9 | 52 | 11 | 35 | 46 | 31 |
| Octal | 323 | 300 | 45 | 0 | 11 | 122 | 21 | 65 | 106 | 61 |
| Binary | 11010011 | 11000000 | 100101 | 0 | 1001 | 1010010 | 10001 | 110101 | 1000110 | 110001 |
Color Harmonies of #D3C025
Complementary color
Monochromatic Colors of #D3C025
Black with #D3C025
Text Example
Text Example
White with #D3C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C025; }
p { color: rgb(211,192,37); }
H1.HeaderClassName
{
color: #D3C025;
}
.AnyTagClassName
{
color: #D3C025;
}
</style>
background-color css
<style>
a { background-color: #D3C025; }
a { background-color: rgb(211,192,37); }
div.DivClassName
{
background-color: #D3C025;
}
.BgClassName
{
background-color: #D3C025;
}
</style>
border-color css
<style>
span { border-color: #D3C025; }
span { border-color: rgb(211,192,37); }
td.TdClassName
{
border-color: #D3C025;
}
.TagClassName
{
border-color: #D3C025;
}
</style>