Shades of Barberry #CCBE2D
Tints of Barberry #CCBE2D
RGB
CMYK
RGB Variations
Color information
#CCBE2D (or 0xCCBE2D) is known color: Barberry. HEX triplet: CC, BE and 2D. RGB value is (204,190,45). Sum of RGB (Red+Green+Blue) = 204+190+45=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE2D is #3341D2. Grayscale: #B2B2B2. Windows color (decimal): -3359187 or 2997964. OLE color: 2997964.
HSL color Cylindrical-coordinate representation of color #CCBE2D: hue angle of 54.72º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBE2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.2 |
| HSL | 54.72º | 0.64% | 0.49% | - |
| HSV(B) | 54.72º | 0.78% | 0.8% | - |
| XYZ | 43.79 | 49.85 | 9.8 | - |
| YUV | 177.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 45 | 0 | 0.07 | 0.78 | 0.2 | 54.72 | 0.64 | 0.49 |
| Hex | CC | BE | 2D | 0 | 7 | 4E | 14 | 37 | 40 | 31 |
| Octal | 314 | 276 | 55 | 0 | 7 | 116 | 24 | 67 | 100 | 61 |
| Binary | 11001100 | 10111110 | 101101 | 0 | 111 | 1001110 | 10100 | 110111 | 1000000 | 110001 |
Color Harmonies of #CCBE2D
Complementary color
Monochromatic Colors of #CCBE2D
Black with #CCBE2D
Text Example
Text Example
White with #CCBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE2D; }
p { color: rgb(204,190,45); }
H1.HeaderClassName
{
color: #CCBE2D;
}
.AnyTagClassName
{
color: #CCBE2D;
}
</style>
background-color css
<style>
a { background-color: #CCBE2D; }
a { background-color: rgb(204,190,45); }
div.DivClassName
{
background-color: #CCBE2D;
}
.BgClassName
{
background-color: #CCBE2D;
}
</style>
border-color css
<style>
span { border-color: #CCBE2D; }
span { border-color: rgb(204,190,45); }
td.TdClassName
{
border-color: #CCBE2D;
}
.TagClassName
{
border-color: #CCBE2D;
}
</style>