Shades of Barberry #D9C52A
Tints of Barberry #D9C52A
RGB
CMYK
RGB Variations
Color information
#D9C52A (or 0xD9C52A) is known color: Barberry. HEX triplet: D9, C5 and 2A. RGB value is (217,197,42). Sum of RGB (Red+Green+Blue) = 217+197+42=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C52A is #263AD5. Grayscale: #B9B9B9. Windows color (decimal): -2505430 or 2803161. OLE color: 2803161.
HSL color Cylindrical-coordinate representation of color #D9C52A: hue angle of 53.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9C52A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 42 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.15 |
| HSL | 53.14º | 0.7% | 0.51% | - |
| HSV(B) | 53.14º | 0.81% | 0.85% | - |
| XYZ | 49 | 54.85 | 10.2 | - |
| YUV | 185.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 42 | 0 | 0.09 | 0.81 | 0.15 | 53.14 | 0.7 | 0.51 |
| Hex | D9 | C5 | 2A | 0 | 9 | 51 | F | 35 | 46 | 33 |
| Octal | 331 | 305 | 52 | 0 | 11 | 121 | 17 | 65 | 106 | 63 |
| Binary | 11011001 | 11000101 | 101010 | 0 | 1001 | 1010001 | 1111 | 110101 | 1000110 | 110011 |
Color Harmonies of #D9C52A
Complementary color
Monochromatic Colors of #D9C52A
Black with #D9C52A
Text Example
Text Example
White with #D9C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C52A; }
p { color: rgb(217,197,42); }
H1.HeaderClassName
{
color: #D9C52A;
}
.AnyTagClassName
{
color: #D9C52A;
}
</style>
background-color css
<style>
a { background-color: #D9C52A; }
a { background-color: rgb(217,197,42); }
div.DivClassName
{
background-color: #D9C52A;
}
.BgClassName
{
background-color: #D9C52A;
}
</style>
border-color css
<style>
span { border-color: #D9C52A; }
span { border-color: rgb(217,197,42); }
td.TdClassName
{
border-color: #D9C52A;
}
.TagClassName
{
border-color: #D9C52A;
}
</style>