Shades of Barberry #D8CA2A
Tints of Barberry #D8CA2A
RGB
CMYK
RGB Variations
Color information
#D8CA2A (or 0xD8CA2A) is known color: Barberry. HEX triplet: D8, CA and 2A. RGB value is (216,202,42). Sum of RGB (Red+Green+Blue) = 216+202+42=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA2A is #2735D5. Grayscale: #BCBCBC. Windows color (decimal): -2569686 or 2804440. OLE color: 2804440.
HSL color Cylindrical-coordinate representation of color #D8CA2A: hue angle of 55.17º degrees, saturation: 0.69, 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 #D8CA2A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.15 |
| HSL | 55.17º | 0.69% | 0.51% | - |
| HSV(B) | 55.17º | 0.81% | 0.85% | - |
| XYZ | 49.86 | 57.01 | 10.57 | - |
| YUV | 187.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 42 | 0 | 0.06 | 0.81 | 0.15 | 55.17 | 0.69 | 0.51 |
| Hex | D8 | CA | 2A | 0 | 6 | 51 | F | 37 | 45 | 33 |
| Octal | 330 | 312 | 52 | 0 | 6 | 121 | 17 | 67 | 105 | 63 |
| Binary | 11011000 | 11001010 | 101010 | 0 | 110 | 1010001 | 1111 | 110111 | 1000101 | 110011 |
Color Harmonies of #D8CA2A
Complementary color
Monochromatic Colors of #D8CA2A
Black with #D8CA2A
Text Example
Text Example
White with #D8CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA2A; }
p { color: rgb(216,202,42); }
H1.HeaderClassName
{
color: #D8CA2A;
}
.AnyTagClassName
{
color: #D8CA2A;
}
</style>
background-color css
<style>
a { background-color: #D8CA2A; }
a { background-color: rgb(216,202,42); }
div.DivClassName
{
background-color: #D8CA2A;
}
.BgClassName
{
background-color: #D8CA2A;
}
</style>
border-color css
<style>
span { border-color: #D8CA2A; }
span { border-color: rgb(216,202,42); }
td.TdClassName
{
border-color: #D8CA2A;
}
.TagClassName
{
border-color: #D8CA2A;
}
</style>