Shades of Barberry #D2CD15
Tints of Barberry #D2CD15
RGB
CMYK
RGB Variations
Color information
#D2CD15 (or 0xD2CD15) is known color: Barberry. HEX triplet: D2, CD and 15. RGB value is (210,205,21). Sum of RGB (Red+Green+Blue) = 210+205+21=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CD15 is #2D32EA. Grayscale: #BABABA. Windows color (decimal): -2962155 or 1428946. OLE color: 1428946.
HSL color Cylindrical-coordinate representation of color #D2CD15: hue angle of 58.41º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2CD15 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.18 |
| HSL | 58.41º | 0.82% | 0.45% | - |
| HSV(B) | 58.41º | 0.9% | 0.82% | - |
| XYZ | 48.55 | 57.42 | 9.23 | - |
| YUV | 185.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 21 | 0 | 0.02 | 0.90 | 0.18 | 58.41 | 0.82 | 0.45 |
| Hex | D2 | CD | 15 | 0 | 2 | 5A | 12 | 3A | 52 | 2D |
| Octal | 322 | 315 | 25 | 0 | 2 | 132 | 22 | 72 | 122 | 55 |
| Binary | 11010010 | 11001101 | 10101 | 0 | 10 | 1011010 | 10010 | 111010 | 1010010 | 101101 |
Color Harmonies of #D2CD15
Complementary color
Monochromatic Colors of #D2CD15
Black with #D2CD15
Text Example
Text Example
White with #D2CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD15; }
p { color: rgb(210,205,21); }
H1.HeaderClassName
{
color: #D2CD15;
}
.AnyTagClassName
{
color: #D2CD15;
}
</style>
background-color css
<style>
a { background-color: #D2CD15; }
a { background-color: rgb(210,205,21); }
div.DivClassName
{
background-color: #D2CD15;
}
.BgClassName
{
background-color: #D2CD15;
}
</style>
border-color css
<style>
span { border-color: #D2CD15; }
span { border-color: rgb(210,205,21); }
td.TdClassName
{
border-color: #D2CD15;
}
.TagClassName
{
border-color: #D2CD15;
}
</style>