Shades of Barberry #D6CA18
Tints of Barberry #D6CA18
RGB
CMYK
RGB Variations
Color information
#D6CA18 (or 0xD6CA18) is known color: Barberry. HEX triplet: D6, CA and 18. RGB value is (214,202,24). Sum of RGB (Red+Green+Blue) = 214+202+24=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA18 is #2935E7. Grayscale: #BABABA. Windows color (decimal): -2700776 or 1624790. OLE color: 1624790.
HSL color Cylindrical-coordinate representation of color #D6CA18: hue angle of 56.21º 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 #D6CA18 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 24 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.16 |
| HSL | 56.21º | 0.8% | 0.47% | - |
| HSV(B) | 56.21º | 0.89% | 0.84% | - |
| XYZ | 49.02 | 56.6 | 9.21 | - |
| YUV | 185.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 24 | 0 | 0.06 | 0.89 | 0.16 | 56.21 | 0.8 | 0.47 |
| Hex | D6 | CA | 18 | 0 | 6 | 59 | 10 | 38 | 50 | 2F |
| Octal | 326 | 312 | 30 | 0 | 6 | 131 | 20 | 70 | 120 | 57 |
| Binary | 11010110 | 11001010 | 11000 | 0 | 110 | 1011001 | 10000 | 111000 | 1010000 | 101111 |
Color Harmonies of #D6CA18
Complementary color
Monochromatic Colors of #D6CA18
Black with #D6CA18
Text Example
Text Example
White with #D6CA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA18; }
p { color: rgb(214,202,24); }
H1.HeaderClassName
{
color: #D6CA18;
}
.AnyTagClassName
{
color: #D6CA18;
}
</style>
background-color css
<style>
a { background-color: #D6CA18; }
a { background-color: rgb(214,202,24); }
div.DivClassName
{
background-color: #D6CA18;
}
.BgClassName
{
background-color: #D6CA18;
}
</style>
border-color css
<style>
span { border-color: #D6CA18; }
span { border-color: rgb(214,202,24); }
td.TdClassName
{
border-color: #D6CA18;
}
.TagClassName
{
border-color: #D6CA18;
}
</style>