Shades of Barberry #CCDB0E
Tints of Barberry #CCDB0E
RGB
CMYK
RGB Variations
Color information
#CCDB0E (or 0xCCDB0E) is known color: Barberry. HEX triplet: CC, DB and 0E. RGB value is (204,219,14). Sum of RGB (Red+Green+Blue) = 204+219+14=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB0E is #3324F1. Grayscale: #BFBFBF. Windows color (decimal): -3351794 or 973772. OLE color: 973772.
HSL color Cylindrical-coordinate representation of color #CCDB0E: hue angle of 64.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDB0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.14 |
| HSL | 64.39º | 0.88% | 0.46% | - |
| HSV(B) | 64.39º | 0.94% | 0.86% | - |
| XYZ | 50.31 | 63.53 | 10.03 | - |
| YUV | 191.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 14 | 0.07 | 0 | 0.94 | 0.14 | 64.39 | 0.88 | 0.46 |
| Hex | CC | DB | E | 7 | 0 | 5E | E | 40 | 58 | 2E |
| Octal | 314 | 333 | 16 | 7 | 0 | 136 | 16 | 100 | 130 | 56 |
| Binary | 11001100 | 11011011 | 1110 | 111 | 0 | 1011110 | 1110 | 1000000 | 1011000 | 101110 |
Color Harmonies of #CCDB0E
Complementary color
Monochromatic Colors of #CCDB0E
Black with #CCDB0E
Text Example
Text Example
White with #CCDB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB0E; }
p { color: rgb(204,219,14); }
H1.HeaderClassName
{
color: #CCDB0E;
}
.AnyTagClassName
{
color: #CCDB0E;
}
</style>
background-color css
<style>
a { background-color: #CCDB0E; }
a { background-color: rgb(204,219,14); }
div.DivClassName
{
background-color: #CCDB0E;
}
.BgClassName
{
background-color: #CCDB0E;
}
</style>
border-color css
<style>
span { border-color: #CCDB0E; }
span { border-color: rgb(204,219,14); }
td.TdClassName
{
border-color: #CCDB0E;
}
.TagClassName
{
border-color: #CCDB0E;
}
</style>