Shades of Barberry #CCDB0C
Tints of Barberry #CCDB0C
RGB
CMYK
RGB Variations
Color information
#CCDB0C (or 0xCCDB0C) is known color: Barberry. HEX triplet: CC, DB and 0C. RGB value is (204,219,12). Sum of RGB (Red+Green+Blue) = 204+219+12=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB0C is #3324F3. Grayscale: #BFBFBF. Windows color (decimal): -3351796 or 842700. OLE color: 842700.
HSL color Cylindrical-coordinate representation of color #CCDB0C: hue angle of 64.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCDB0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.14 |
| HSL | 64.35º | 0.9% | 0.45% | - |
| HSV(B) | 64.35º | 0.95% | 0.86% | - |
| XYZ | 50.3 | 63.53 | 9.96 | - |
| YUV | 190.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 12 | 0.07 | 0 | 0.95 | 0.14 | 64.35 | 0.9 | 0.45 |
| Hex | CC | DB | C | 7 | 0 | 5F | E | 40 | 5A | 2D |
| Octal | 314 | 333 | 14 | 7 | 0 | 137 | 16 | 100 | 132 | 55 |
| Binary | 11001100 | 11011011 | 1100 | 111 | 0 | 1011111 | 1110 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CCDB0C
Complementary color
Monochromatic Colors of #CCDB0C
Black with #CCDB0C
Text Example
Text Example
White with #CCDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB0C; }
p { color: rgb(204,219,12); }
H1.HeaderClassName
{
color: #CCDB0C;
}
.AnyTagClassName
{
color: #CCDB0C;
}
</style>
background-color css
<style>
a { background-color: #CCDB0C; }
a { background-color: rgb(204,219,12); }
div.DivClassName
{
background-color: #CCDB0C;
}
.BgClassName
{
background-color: #CCDB0C;
}
</style>
border-color css
<style>
span { border-color: #CCDB0C; }
span { border-color: rgb(204,219,12); }
td.TdClassName
{
border-color: #CCDB0C;
}
.TagClassName
{
border-color: #CCDB0C;
}
</style>