Shades of Barberry #CCD31E
Tints of Barberry #CCD31E
RGB
CMYK
RGB Variations
Color information
#CCD31E (or 0xCCD31E) is known color: Barberry. HEX triplet: CC, D3 and 1E. RGB value is (204,211,30). Sum of RGB (Red+Green+Blue) = 204+211+30=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD31E is #332CE1. Grayscale: #BCBCBC. Windows color (decimal): -3353826 or 2020300. OLE color: 2020300.
HSL color Cylindrical-coordinate representation of color #CCD31E: hue angle of 62.32º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD31E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 30 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.17 |
| HSL | 62.32º | 0.75% | 0.47% | - |
| HSV(B) | 62.32º | 0.86% | 0.83% | - |
| XYZ | 48.43 | 59.52 | 10.16 | - |
| YUV | 188.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 30 | 0.03 | 0 | 0.86 | 0.17 | 62.32 | 0.75 | 0.47 |
| Hex | CC | D3 | 1E | 3 | 0 | 56 | 11 | 3E | 4B | 2F |
| Octal | 314 | 323 | 36 | 3 | 0 | 126 | 21 | 76 | 113 | 57 |
| Binary | 11001100 | 11010011 | 11110 | 11 | 0 | 1010110 | 10001 | 111110 | 1001011 | 101111 |
Color Harmonies of #CCD31E
Complementary color
Monochromatic Colors of #CCD31E
Black with #CCD31E
Text Example
Text Example
White with #CCD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD31E; }
p { color: rgb(204,211,30); }
H1.HeaderClassName
{
color: #CCD31E;
}
.AnyTagClassName
{
color: #CCD31E;
}
</style>
background-color css
<style>
a { background-color: #CCD31E; }
a { background-color: rgb(204,211,30); }
div.DivClassName
{
background-color: #CCD31E;
}
.BgClassName
{
background-color: #CCD31E;
}
</style>
border-color css
<style>
span { border-color: #CCD31E; }
span { border-color: rgb(204,211,30); }
td.TdClassName
{
border-color: #CCD31E;
}
.TagClassName
{
border-color: #CCD31E;
}
</style>