Shades of Barberry #D6CC18
Tints of Barberry #D6CC18
RGB
CMYK
RGB Variations
Color information
#D6CC18 (or 0xD6CC18) is known color: Barberry. HEX triplet: D6, CC and 18. RGB value is (214,204,24). Sum of RGB (Red+Green+Blue) = 214+204+24=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC18 is #2933E7. Grayscale: #BBBBBB. Windows color (decimal): -2700264 or 1625302. OLE color: 1625302.
HSL color Cylindrical-coordinate representation of color #D6CC18: hue angle of 56.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6CC18 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 24 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.16 |
| HSL | 56.84º | 0.8% | 0.47% | - |
| HSV(B) | 56.84º | 0.89% | 0.84% | - |
| XYZ | 49.49 | 57.55 | 9.36 | - |
| YUV | 186.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 24 | 0 | 0.05 | 0.89 | 0.16 | 56.84 | 0.8 | 0.47 |
| Hex | D6 | CC | 18 | 0 | 5 | 59 | 10 | 39 | 50 | 2F |
| Octal | 326 | 314 | 30 | 0 | 5 | 131 | 20 | 71 | 120 | 57 |
| Binary | 11010110 | 11001100 | 11000 | 0 | 101 | 1011001 | 10000 | 111001 | 1010000 | 101111 |
Color Harmonies of #D6CC18
Complementary color
Monochromatic Colors of #D6CC18
Black with #D6CC18
Text Example
Text Example
White with #D6CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC18; }
p { color: rgb(214,204,24); }
H1.HeaderClassName
{
color: #D6CC18;
}
.AnyTagClassName
{
color: #D6CC18;
}
</style>
background-color css
<style>
a { background-color: #D6CC18; }
a { background-color: rgb(214,204,24); }
div.DivClassName
{
background-color: #D6CC18;
}
.BgClassName
{
background-color: #D6CC18;
}
</style>
border-color css
<style>
span { border-color: #D6CC18; }
span { border-color: rgb(214,204,24); }
td.TdClassName
{
border-color: #D6CC18;
}
.TagClassName
{
border-color: #D6CC18;
}
</style>