Shades of Barberry #CCBC25
Tints of Barberry #CCBC25
RGB
CMYK
RGB Variations
Color information
#CCBC25 (or 0xCCBC25) is known color: Barberry. HEX triplet: CC, BC and 25. RGB value is (204,188,37). Sum of RGB (Red+Green+Blue) = 204+188+37=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC25 is #3343DA. Grayscale: #B0B0B0. Windows color (decimal): -3359707 or 2473164. OLE color: 2473164.
HSL color Cylindrical-coordinate representation of color #CCBC25: hue angle of 54.25º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCBC25 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 37 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.2 |
| HSL | 54.25º | 0.69% | 0.47% | - |
| HSV(B) | 54.25º | 0.82% | 0.8% | - |
| XYZ | 43.22 | 48.94 | 8.92 | - |
| YUV | 175.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 37 | 0 | 0.08 | 0.82 | 0.2 | 54.25 | 0.69 | 0.47 |
| Hex | CC | BC | 25 | 0 | 8 | 52 | 14 | 36 | 45 | 2F |
| Octal | 314 | 274 | 45 | 0 | 10 | 122 | 24 | 66 | 105 | 57 |
| Binary | 11001100 | 10111100 | 100101 | 0 | 1000 | 1010010 | 10100 | 110110 | 1000101 | 101111 |
Color Harmonies of #CCBC25
Complementary color
Monochromatic Colors of #CCBC25
Black with #CCBC25
Text Example
Text Example
White with #CCBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC25; }
p { color: rgb(204,188,37); }
H1.HeaderClassName
{
color: #CCBC25;
}
.AnyTagClassName
{
color: #CCBC25;
}
</style>
background-color css
<style>
a { background-color: #CCBC25; }
a { background-color: rgb(204,188,37); }
div.DivClassName
{
background-color: #CCBC25;
}
.BgClassName
{
background-color: #CCBC25;
}
</style>
border-color css
<style>
span { border-color: #CCBC25; }
span { border-color: rgb(204,188,37); }
td.TdClassName
{
border-color: #CCBC25;
}
.TagClassName
{
border-color: #CCBC25;
}
</style>