Shades of Barberry #CFCD24
Tints of Barberry #CFCD24
RGB
CMYK
RGB Variations
Color information
#CFCD24 (or 0xCFCD24) is known color: Barberry. HEX triplet: CF, CD and 24. RGB value is (207,205,36). Sum of RGB (Red+Green+Blue) = 207+205+36=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD24 is #3032DB. Grayscale: #BBBBBB. Windows color (decimal): -3158748 or 2411983. OLE color: 2411983.
HSL color Cylindrical-coordinate representation of color #CFCD24: hue angle of 59.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFCD24 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 36 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.19 |
| HSL | 59.3º | 0.7% | 0.48% | - |
| HSV(B) | 59.3º | 0.83% | 0.81% | - |
| XYZ | 47.88 | 57.06 | 10.16 | - |
| YUV | 186.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 36 | 0 | 0.01 | 0.83 | 0.19 | 59.3 | 0.7 | 0.48 |
| Hex | CF | CD | 24 | 0 | 1 | 53 | 13 | 3B | 46 | 30 |
| Octal | 317 | 315 | 44 | 0 | 1 | 123 | 23 | 73 | 106 | 60 |
| Binary | 11001111 | 11001101 | 100100 | 0 | 1 | 1010011 | 10011 | 111011 | 1000110 | 110000 |
Color Harmonies of #CFCD24
Complementary color
Monochromatic Colors of #CFCD24
Black with #CFCD24
Text Example
Text Example
White with #CFCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD24; }
p { color: rgb(207,205,36); }
H1.HeaderClassName
{
color: #CFCD24;
}
.AnyTagClassName
{
color: #CFCD24;
}
</style>
background-color css
<style>
a { background-color: #CFCD24; }
a { background-color: rgb(207,205,36); }
div.DivClassName
{
background-color: #CFCD24;
}
.BgClassName
{
background-color: #CFCD24;
}
</style>
border-color css
<style>
span { border-color: #CFCD24; }
span { border-color: rgb(207,205,36); }
td.TdClassName
{
border-color: #CFCD24;
}
.TagClassName
{
border-color: #CFCD24;
}
</style>