Shades of Barberry #D2CF20
Tints of Barberry #D2CF20
RGB
CMYK
RGB Variations
Color information
#D2CF20 (or 0xD2CF20) is known color: Barberry. HEX triplet: D2, CF and 20. RGB value is (210,207,32). Sum of RGB (Red+Green+Blue) = 210+207+32=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF20 is #2D30DF. Grayscale: #BCBCBC. Windows color (decimal): -2961632 or 2150354. OLE color: 2150354.
HSL color Cylindrical-coordinate representation of color #D2CF20: hue angle of 58.99º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2CF20 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 32 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.18 |
| HSL | 58.99º | 0.74% | 0.47% | - |
| HSV(B) | 58.99º | 0.85% | 0.82% | - |
| XYZ | 49.15 | 58.43 | 10.05 | - |
| YUV | 187.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 32 | 0 | 0.01 | 0.85 | 0.18 | 58.99 | 0.74 | 0.47 |
| Hex | D2 | CF | 20 | 0 | 1 | 55 | 12 | 3B | 4A | 2F |
| Octal | 322 | 317 | 40 | 0 | 1 | 125 | 22 | 73 | 112 | 57 |
| Binary | 11010010 | 11001111 | 100000 | 0 | 1 | 1010101 | 10010 | 111011 | 1001010 | 101111 |
Color Harmonies of #D2CF20
Complementary color
Monochromatic Colors of #D2CF20
Black with #D2CF20
Text Example
Text Example
White with #D2CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF20; }
p { color: rgb(210,207,32); }
H1.HeaderClassName
{
color: #D2CF20;
}
.AnyTagClassName
{
color: #D2CF20;
}
</style>
background-color css
<style>
a { background-color: #D2CF20; }
a { background-color: rgb(210,207,32); }
div.DivClassName
{
background-color: #D2CF20;
}
.BgClassName
{
background-color: #D2CF20;
}
</style>
border-color css
<style>
span { border-color: #D2CF20; }
span { border-color: rgb(210,207,32); }
td.TdClassName
{
border-color: #D2CF20;
}
.TagClassName
{
border-color: #D2CF20;
}
</style>