Shades of Barberry #CCD714
Tints of Barberry #CCD714
RGB
CMYK
RGB Variations
Color information
#CCD714 (or 0xCCD714) is known color: Barberry. HEX triplet: CC, D7 and 14. RGB value is (204,215,20). Sum of RGB (Red+Green+Blue) = 204+215+20=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD714 is #3328EB. Grayscale: #BEBEBE. Windows color (decimal): -3352812 or 1365964. OLE color: 1365964.
HSL color Cylindrical-coordinate representation of color #CCD714: hue angle of 63.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD714 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 20 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.16 |
| HSL | 63.38º | 0.83% | 0.46% | - |
| HSV(B) | 63.38º | 0.91% | 0.84% | - |
| XYZ | 49.33 | 61.49 | 9.93 | - |
| YUV | 189.48 | 32.36 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 20 | 0.05 | 0 | 0.91 | 0.16 | 63.38 | 0.83 | 0.46 |
| Hex | CC | D7 | 14 | 5 | 0 | 5B | 10 | 3F | 53 | 2E |
| Octal | 314 | 327 | 24 | 5 | 0 | 133 | 20 | 77 | 123 | 56 |
| Binary | 11001100 | 11010111 | 10100 | 101 | 0 | 1011011 | 10000 | 111111 | 1010011 | 101110 |
Color Harmonies of #CCD714
Complementary color
Monochromatic Colors of #CCD714
Black with #CCD714
Text Example
Text Example
White with #CCD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD714; }
p { color: rgb(204,215,20); }
H1.HeaderClassName
{
color: #CCD714;
}
.AnyTagClassName
{
color: #CCD714;
}
</style>
background-color css
<style>
a { background-color: #CCD714; }
a { background-color: rgb(204,215,20); }
div.DivClassName
{
background-color: #CCD714;
}
.BgClassName
{
background-color: #CCD714;
}
</style>
border-color css
<style>
span { border-color: #CCD714; }
span { border-color: rgb(204,215,20); }
td.TdClassName
{
border-color: #CCD714;
}
.TagClassName
{
border-color: #CCD714;
}
</style>