Shades of Barberry #CBDB12
Tints of Barberry #CBDB12
RGB
CMYK
RGB Variations
Color information
#CBDB12 (or 0xCBDB12) is known color: Barberry. HEX triplet: CB, DB and 12. RGB value is (203,219,18). Sum of RGB (Red+Green+Blue) = 203+219+18=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB12 is #3424ED. Grayscale: #C0C0C0. Windows color (decimal): -3417326 or 1235915. OLE color: 1235915.
HSL color Cylindrical-coordinate representation of color #CBDB12: hue angle of 64.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBDB12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.14 |
| HSL | 64.78º | 0.85% | 0.46% | - |
| HSV(B) | 64.78º | 0.92% | 0.86% | - |
| XYZ | 50.07 | 63.4 | 10.17 | - |
| YUV | 191.3 | 30.2 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 18 | 0.07 | 0 | 0.92 | 0.14 | 64.78 | 0.85 | 0.46 |
| Hex | CB | DB | 12 | 7 | 0 | 5C | E | 41 | 55 | 2E |
| Octal | 313 | 333 | 22 | 7 | 0 | 134 | 16 | 101 | 125 | 56 |
| Binary | 11001011 | 11011011 | 10010 | 111 | 0 | 1011100 | 1110 | 1000001 | 1010101 | 101110 |
Color Harmonies of #CBDB12
Complementary color
Monochromatic Colors of #CBDB12
Black with #CBDB12
Text Example
Text Example
White with #CBDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB12; }
p { color: rgb(203,219,18); }
H1.HeaderClassName
{
color: #CBDB12;
}
.AnyTagClassName
{
color: #CBDB12;
}
</style>
background-color css
<style>
a { background-color: #CBDB12; }
a { background-color: rgb(203,219,18); }
div.DivClassName
{
background-color: #CBDB12;
}
.BgClassName
{
background-color: #CBDB12;
}
</style>
border-color css
<style>
span { border-color: #CBDB12; }
span { border-color: rgb(203,219,18); }
td.TdClassName
{
border-color: #CBDB12;
}
.TagClassName
{
border-color: #CBDB12;
}
</style>