Shades of Barberry #D2D61F
Tints of Barberry #D2D61F
RGB
CMYK
RGB Variations
Color information
#D2D61F (or 0xD2D61F) is known color: Barberry. HEX triplet: D2, D6 and 1F. RGB value is (210,214,31). Sum of RGB (Red+Green+Blue) = 210+214+31=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D61F is #2D29E0. Grayscale: #C0C0C0. Windows color (decimal): -2959841 or 2086610. OLE color: 2086610.
HSL color Cylindrical-coordinate representation of color #D2D61F: hue angle of 61.31º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2D61F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 31 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.16 |
| HSL | 61.31º | 0.75% | 0.48% | - |
| HSV(B) | 61.31º | 0.86% | 0.84% | - |
| XYZ | 50.87 | 61.89 | 10.56 | - |
| YUV | 191.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 31 | 0.02 | 0 | 0.86 | 0.16 | 61.31 | 0.75 | 0.48 |
| Hex | D2 | D6 | 1F | 2 | 0 | 56 | 10 | 3D | 4B | 30 |
| Octal | 322 | 326 | 37 | 2 | 0 | 126 | 20 | 75 | 113 | 60 |
| Binary | 11010010 | 11010110 | 11111 | 10 | 0 | 1010110 | 10000 | 111101 | 1001011 | 110000 |
Color Harmonies of #D2D61F
Complementary color
Monochromatic Colors of #D2D61F
Black with #D2D61F
Text Example
Text Example
White with #D2D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D61F; }
p { color: rgb(210,214,31); }
H1.HeaderClassName
{
color: #D2D61F;
}
.AnyTagClassName
{
color: #D2D61F;
}
</style>
background-color css
<style>
a { background-color: #D2D61F; }
a { background-color: rgb(210,214,31); }
div.DivClassName
{
background-color: #D2D61F;
}
.BgClassName
{
background-color: #D2D61F;
}
</style>
border-color css
<style>
span { border-color: #D2D61F; }
span { border-color: rgb(210,214,31); }
td.TdClassName
{
border-color: #D2D61F;
}
.TagClassName
{
border-color: #D2D61F;
}
</style>