Shades of Barberry #D3CD17
Tints of Barberry #D3CD17
RGB
CMYK
RGB Variations
Color information
#D3CD17 (or 0xD3CD17) is known color: Barberry. HEX triplet: D3, CD and 17. RGB value is (211,205,23). Sum of RGB (Red+Green+Blue) = 211+205+23=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CD17 is #2C32E8. Grayscale: #BABABA. Windows color (decimal): -2896617 or 1560019. OLE color: 1560019.
HSL color Cylindrical-coordinate representation of color #D3CD17: hue angle of 58.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3CD17 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 23 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.17 |
| HSL | 58.09º | 0.8% | 0.46% | - |
| HSV(B) | 58.09º | 0.89% | 0.83% | - |
| XYZ | 48.85 | 57.57 | 9.35 | - |
| YUV | 186.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 23 | 0 | 0.03 | 0.89 | 0.17 | 58.09 | 0.8 | 0.46 |
| Hex | D3 | CD | 17 | 0 | 3 | 59 | 11 | 3A | 50 | 2E |
| Octal | 323 | 315 | 27 | 0 | 3 | 131 | 21 | 72 | 120 | 56 |
| Binary | 11010011 | 11001101 | 10111 | 0 | 11 | 1011001 | 10001 | 111010 | 1010000 | 101110 |
Color Harmonies of #D3CD17
Complementary color
Monochromatic Colors of #D3CD17
Black with #D3CD17
Text Example
Text Example
White with #D3CD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD17; }
p { color: rgb(211,205,23); }
H1.HeaderClassName
{
color: #D3CD17;
}
.AnyTagClassName
{
color: #D3CD17;
}
</style>
background-color css
<style>
a { background-color: #D3CD17; }
a { background-color: rgb(211,205,23); }
div.DivClassName
{
background-color: #D3CD17;
}
.BgClassName
{
background-color: #D3CD17;
}
</style>
border-color css
<style>
span { border-color: #D3CD17; }
span { border-color: rgb(211,205,23); }
td.TdClassName
{
border-color: #D3CD17;
}
.TagClassName
{
border-color: #D3CD17;
}
</style>