Shades of Barberry #D6C92D
Tints of Barberry #D6C92D
RGB
CMYK
RGB Variations
Color information
#D6C92D (or 0xD6C92D) is known color: Barberry. HEX triplet: D6, C9 and 2D. RGB value is (214,201,45). Sum of RGB (Red+Green+Blue) = 214+201+45=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C92D is #2936D2. Grayscale: #BBBBBB. Windows color (decimal): -2701011 or 3000790. OLE color: 3000790.
HSL color Cylindrical-coordinate representation of color #D6C92D: hue angle of 55.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C92D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.16 |
| HSL | 55.38º | 0.67% | 0.51% | - |
| HSV(B) | 55.38º | 0.79% | 0.84% | - |
| XYZ | 49.09 | 56.26 | 10.75 | - |
| YUV | 187.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 45 | 0 | 0.06 | 0.79 | 0.16 | 55.38 | 0.67 | 0.51 |
| Hex | D6 | C9 | 2D | 0 | 6 | 4F | 10 | 37 | 43 | 33 |
| Octal | 326 | 311 | 55 | 0 | 6 | 117 | 20 | 67 | 103 | 63 |
| Binary | 11010110 | 11001001 | 101101 | 0 | 110 | 1001111 | 10000 | 110111 | 1000011 | 110011 |
Color Harmonies of #D6C92D
Complementary color
Monochromatic Colors of #D6C92D
Black with #D6C92D
Text Example
Text Example
White with #D6C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C92D; }
p { color: rgb(214,201,45); }
H1.HeaderClassName
{
color: #D6C92D;
}
.AnyTagClassName
{
color: #D6C92D;
}
</style>
background-color css
<style>
a { background-color: #D6C92D; }
a { background-color: rgb(214,201,45); }
div.DivClassName
{
background-color: #D6C92D;
}
.BgClassName
{
background-color: #D6C92D;
}
</style>
border-color css
<style>
span { border-color: #D6C92D; }
span { border-color: rgb(214,201,45); }
td.TdClassName
{
border-color: #D6C92D;
}
.TagClassName
{
border-color: #D6C92D;
}
</style>