Shades of Barberry #CBDC0F
Tints of Barberry #CBDC0F
RGB
CMYK
RGB Variations
Color information
#CBDC0F (or 0xCBDC0F) is known color: Barberry. HEX triplet: CB, DC and 0F. RGB value is (203,220,15). Sum of RGB (Red+Green+Blue) = 203+220+15=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC0F is #3423F0. Grayscale: #C0C0C0. Windows color (decimal): -3417073 or 1039563. OLE color: 1039563.
HSL color Cylindrical-coordinate representation of color #CBDC0F: hue angle of 64.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBDC0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.14 |
| HSL | 64.98º | 0.87% | 0.46% | - |
| HSV(B) | 64.98º | 0.93% | 0.86% | - |
| XYZ | 50.31 | 63.92 | 10.14 | - |
| YUV | 191.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 15 | 0.08 | 0 | 0.93 | 0.14 | 64.98 | 0.87 | 0.46 |
| Hex | CB | DC | F | 8 | 0 | 5D | E | 41 | 57 | 2E |
| Octal | 313 | 334 | 17 | 10 | 0 | 135 | 16 | 101 | 127 | 56 |
| Binary | 11001011 | 11011100 | 1111 | 1000 | 0 | 1011101 | 1110 | 1000001 | 1010111 | 101110 |
Color Harmonies of #CBDC0F
Complementary color
Monochromatic Colors of #CBDC0F
Black with #CBDC0F
Text Example
Text Example
White with #CBDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC0F; }
p { color: rgb(203,220,15); }
H1.HeaderClassName
{
color: #CBDC0F;
}
.AnyTagClassName
{
color: #CBDC0F;
}
</style>
background-color css
<style>
a { background-color: #CBDC0F; }
a { background-color: rgb(203,220,15); }
div.DivClassName
{
background-color: #CBDC0F;
}
.BgClassName
{
background-color: #CBDC0F;
}
</style>
border-color css
<style>
span { border-color: #CBDC0F; }
span { border-color: rgb(203,220,15); }
td.TdClassName
{
border-color: #CBDC0F;
}
.TagClassName
{
border-color: #CBDC0F;
}
</style>