Shades of Barberry #D6CC28
Tints of Barberry #D6CC28
RGB
CMYK
RGB Variations
Color information
#D6CC28 (or 0xD6CC28) is known color: Barberry. HEX triplet: D6, CC and 28. RGB value is (214,204,40). Sum of RGB (Red+Green+Blue) = 214+204+40=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC28 is #2933D7. Grayscale: #BCBCBC. Windows color (decimal): -2700248 or 2673878. OLE color: 2673878.
HSL color Cylindrical-coordinate representation of color #D6CC28: hue angle of 56.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6CC28 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 40 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.16 |
| HSL | 56.55º | 0.69% | 0.5% | - |
| HSV(B) | 56.55º | 0.81% | 0.84% | - |
| XYZ | 49.71 | 57.64 | 10.51 | - |
| YUV | 188.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 40 | 0 | 0.05 | 0.81 | 0.16 | 56.55 | 0.69 | 0.5 |
| Hex | D6 | CC | 28 | 0 | 5 | 51 | 10 | 39 | 45 | 32 |
| Octal | 326 | 314 | 50 | 0 | 5 | 121 | 20 | 71 | 105 | 62 |
| Binary | 11010110 | 11001100 | 101000 | 0 | 101 | 1010001 | 10000 | 111001 | 1000101 | 110010 |
Color Harmonies of #D6CC28
Complementary color
Monochromatic Colors of #D6CC28
Black with #D6CC28
Text Example
Text Example
White with #D6CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC28; }
p { color: rgb(214,204,40); }
H1.HeaderClassName
{
color: #D6CC28;
}
.AnyTagClassName
{
color: #D6CC28;
}
</style>
background-color css
<style>
a { background-color: #D6CC28; }
a { background-color: rgb(214,204,40); }
div.DivClassName
{
background-color: #D6CC28;
}
.BgClassName
{
background-color: #D6CC28;
}
</style>
border-color css
<style>
span { border-color: #D6CC28; }
span { border-color: rgb(214,204,40); }
td.TdClassName
{
border-color: #D6CC28;
}
.TagClassName
{
border-color: #D6CC28;
}
</style>