Shades of Barberry #CFCD2C
Tints of Barberry #CFCD2C
RGB
CMYK
RGB Variations
Color information
#CFCD2C (or 0xCFCD2C) is known color: Barberry. HEX triplet: CF, CD and 2C. RGB value is (207,205,44). Sum of RGB (Red+Green+Blue) = 207+205+44=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD2C is #3032D3. Grayscale: #BBBBBB. Windows color (decimal): -3158740 or 2936271. OLE color: 2936271.
HSL color Cylindrical-coordinate representation of color #CFCD2C: hue angle of 59.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFCD2C is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 44 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.19 |
| HSL | 59.26º | 0.65% | 0.49% | - |
| HSV(B) | 59.26º | 0.79% | 0.81% | - |
| XYZ | 48.02 | 57.11 | 10.88 | - |
| YUV | 187.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 44 | 0 | 0.01 | 0.79 | 0.19 | 59.26 | 0.65 | 0.49 |
| Hex | CF | CD | 2C | 0 | 1 | 4F | 13 | 3B | 41 | 31 |
| Octal | 317 | 315 | 54 | 0 | 1 | 117 | 23 | 73 | 101 | 61 |
| Binary | 11001111 | 11001101 | 101100 | 0 | 1 | 1001111 | 10011 | 111011 | 1000001 | 110001 |
Color Harmonies of #CFCD2C
Complementary color
Monochromatic Colors of #CFCD2C
Black with #CFCD2C
Text Example
Text Example
White with #CFCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD2C; }
p { color: rgb(207,205,44); }
H1.HeaderClassName
{
color: #CFCD2C;
}
.AnyTagClassName
{
color: #CFCD2C;
}
</style>
background-color css
<style>
a { background-color: #CFCD2C; }
a { background-color: rgb(207,205,44); }
div.DivClassName
{
background-color: #CFCD2C;
}
.BgClassName
{
background-color: #CFCD2C;
}
</style>
border-color css
<style>
span { border-color: #CFCD2C; }
span { border-color: rgb(207,205,44); }
td.TdClassName
{
border-color: #CFCD2C;
}
.TagClassName
{
border-color: #CFCD2C;
}
</style>