Shades of Barberry #D6CC17
Tints of Barberry #D6CC17
RGB
CMYK
RGB Variations
Color information
#D6CC17 (or 0xD6CC17) is known color: Barberry. HEX triplet: D6, CC and 17. RGB value is (214,204,23). Sum of RGB (Red+Green+Blue) = 214+204+23=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC17 is #2933E8. Grayscale: #BBBBBB. Windows color (decimal): -2700265 or 1559766. OLE color: 1559766.
HSL color Cylindrical-coordinate representation of color #D6CC17: hue angle of 56.86º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6CC17 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.16 |
| HSL | 56.86º | 0.81% | 0.46% | - |
| HSV(B) | 56.86º | 0.89% | 0.84% | - |
| XYZ | 49.48 | 57.54 | 9.31 | - |
| YUV | 186.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 23 | 0 | 0.05 | 0.89 | 0.16 | 56.86 | 0.81 | 0.46 |
| Hex | D6 | CC | 17 | 0 | 5 | 59 | 10 | 39 | 51 | 2E |
| Octal | 326 | 314 | 27 | 0 | 5 | 131 | 20 | 71 | 121 | 56 |
| Binary | 11010110 | 11001100 | 10111 | 0 | 101 | 1011001 | 10000 | 111001 | 1010001 | 101110 |
Color Harmonies of #D6CC17
Complementary color
Monochromatic Colors of #D6CC17
Black with #D6CC17
Text Example
Text Example
White with #D6CC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC17; }
p { color: rgb(214,204,23); }
H1.HeaderClassName
{
color: #D6CC17;
}
.AnyTagClassName
{
color: #D6CC17;
}
</style>
background-color css
<style>
a { background-color: #D6CC17; }
a { background-color: rgb(214,204,23); }
div.DivClassName
{
background-color: #D6CC17;
}
.BgClassName
{
background-color: #D6CC17;
}
</style>
border-color css
<style>
span { border-color: #D6CC17; }
span { border-color: rgb(214,204,23); }
td.TdClassName
{
border-color: #D6CC17;
}
.TagClassName
{
border-color: #D6CC17;
}
</style>