Shades of Barberry #D6C223
Tints of Barberry #D6C223
RGB
CMYK
RGB Variations
Color information
#D6C223 (or 0xD6C223) is known color: Barberry. HEX triplet: D6, C2 and 23. RGB value is (214,194,35). Sum of RGB (Red+Green+Blue) = 214+194+35=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C223 is #293DDC. Grayscale: #B6B6B6. Windows color (decimal): -2702813 or 2343638. OLE color: 2343638.
HSL color Cylindrical-coordinate representation of color #D6C223: hue angle of 53.3º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6C223 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 35 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.16 |
| HSL | 53.3º | 0.72% | 0.49% | - |
| HSV(B) | 53.3º | 0.84% | 0.84% | - |
| XYZ | 47.33 | 53 | 9.33 | - |
| YUV | 181.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 35 | 0 | 0.09 | 0.84 | 0.16 | 53.3 | 0.72 | 0.49 |
| Hex | D6 | C2 | 23 | 0 | 9 | 54 | 10 | 35 | 48 | 31 |
| Octal | 326 | 302 | 43 | 0 | 11 | 124 | 20 | 65 | 110 | 61 |
| Binary | 11010110 | 11000010 | 100011 | 0 | 1001 | 1010100 | 10000 | 110101 | 1001000 | 110001 |
Color Harmonies of #D6C223
Complementary color
Monochromatic Colors of #D6C223
Black with #D6C223
Text Example
Text Example
White with #D6C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C223; }
p { color: rgb(214,194,35); }
H1.HeaderClassName
{
color: #D6C223;
}
.AnyTagClassName
{
color: #D6C223;
}
</style>
background-color css
<style>
a { background-color: #D6C223; }
a { background-color: rgb(214,194,35); }
div.DivClassName
{
background-color: #D6C223;
}
.BgClassName
{
background-color: #D6C223;
}
</style>
border-color css
<style>
span { border-color: #D6C223; }
span { border-color: rgb(214,194,35); }
td.TdClassName
{
border-color: #D6C223;
}
.TagClassName
{
border-color: #D6C223;
}
</style>