Shades of Barberry #D6CF20
Tints of Barberry #D6CF20
RGB
CMYK
RGB Variations
Color information
#D6CF20 (or 0xD6CF20) is known color: Barberry. HEX triplet: D6, CF and 20. RGB value is (214,207,32). Sum of RGB (Red+Green+Blue) = 214+207+32=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF20 is #2930DF. Grayscale: #BDBDBD. Windows color (decimal): -2699488 or 2150358. OLE color: 2150358.
HSL color Cylindrical-coordinate representation of color #D6CF20: hue angle of 57.69º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6CF20 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 32 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.16 |
| HSL | 57.69º | 0.74% | 0.48% | - |
| HSV(B) | 57.69º | 0.85% | 0.84% | - |
| XYZ | 50.31 | 59.03 | 10.11 | - |
| YUV | 189.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 32 | 0 | 0.03 | 0.85 | 0.16 | 57.69 | 0.74 | 0.48 |
| Hex | D6 | CF | 20 | 0 | 3 | 55 | 10 | 3A | 4A | 30 |
| Octal | 326 | 317 | 40 | 0 | 3 | 125 | 20 | 72 | 112 | 60 |
| Binary | 11010110 | 11001111 | 100000 | 0 | 11 | 1010101 | 10000 | 111010 | 1001010 | 110000 |
Color Harmonies of #D6CF20
Complementary color
Monochromatic Colors of #D6CF20
Black with #D6CF20
Text Example
Text Example
White with #D6CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF20; }
p { color: rgb(214,207,32); }
H1.HeaderClassName
{
color: #D6CF20;
}
.AnyTagClassName
{
color: #D6CF20;
}
</style>
background-color css
<style>
a { background-color: #D6CF20; }
a { background-color: rgb(214,207,32); }
div.DivClassName
{
background-color: #D6CF20;
}
.BgClassName
{
background-color: #D6CF20;
}
</style>
border-color css
<style>
span { border-color: #D6CF20; }
span { border-color: rgb(214,207,32); }
td.TdClassName
{
border-color: #D6CF20;
}
.TagClassName
{
border-color: #D6CF20;
}
</style>