Shades of Barberry #D2C01F
Tints of Barberry #D2C01F
RGB
CMYK
RGB Variations
Color information
#D2C01F (or 0xD2C01F) is known color: Barberry. HEX triplet: D2, C0 and 1F. RGB value is (210,192,31). Sum of RGB (Red+Green+Blue) = 210+192+31=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C01F is #2D3FE0. Grayscale: #B3B3B3. Windows color (decimal): -2965473 or 2080978. OLE color: 2080978.
HSL color Cylindrical-coordinate representation of color #D2C01F: hue angle of 53.97º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2C01F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 31 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.18 |
| HSL | 53.97º | 0.74% | 0.47% | - |
| HSV(B) | 53.97º | 0.85% | 0.82% | - |
| XYZ | 45.68 | 51.5 | 8.83 | - |
| YUV | 179.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 31 | 0 | 0.09 | 0.85 | 0.18 | 53.97 | 0.74 | 0.47 |
| Hex | D2 | C0 | 1F | 0 | 9 | 55 | 12 | 36 | 4A | 2F |
| Octal | 322 | 300 | 37 | 0 | 11 | 125 | 22 | 66 | 112 | 57 |
| Binary | 11010010 | 11000000 | 11111 | 0 | 1001 | 1010101 | 10010 | 110110 | 1001010 | 101111 |
Color Harmonies of #D2C01F
Complementary color
Monochromatic Colors of #D2C01F
Black with #D2C01F
Text Example
Text Example
White with #D2C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C01F; }
p { color: rgb(210,192,31); }
H1.HeaderClassName
{
color: #D2C01F;
}
.AnyTagClassName
{
color: #D2C01F;
}
</style>
background-color css
<style>
a { background-color: #D2C01F; }
a { background-color: rgb(210,192,31); }
div.DivClassName
{
background-color: #D2C01F;
}
.BgClassName
{
background-color: #D2C01F;
}
</style>
border-color css
<style>
span { border-color: #D2C01F; }
span { border-color: rgb(210,192,31); }
td.TdClassName
{
border-color: #D2C01F;
}
.TagClassName
{
border-color: #D2C01F;
}
</style>