Shades of Barberry #CFC423
Tints of Barberry #CFC423
RGB
CMYK
RGB Variations
Color information
#CFC423 (or 0xCFC423) is known color: Barberry. HEX triplet: CF, C4 and 23. RGB value is (207,196,35). Sum of RGB (Red+Green+Blue) = 207+196+35=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC423 is #303BDC. Grayscale: #B5B5B5. Windows color (decimal): -3161053 or 2344143. OLE color: 2344143.
HSL color Cylindrical-coordinate representation of color #CFC423: hue angle of 56.16º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFC423 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 35 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.19 |
| HSL | 56.16º | 0.71% | 0.47% | - |
| HSV(B) | 56.16º | 0.83% | 0.81% | - |
| XYZ | 45.78 | 52.87 | 9.38 | - |
| YUV | 180.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 35 | 0 | 0.05 | 0.83 | 0.19 | 56.16 | 0.71 | 0.47 |
| Hex | CF | C4 | 23 | 0 | 5 | 53 | 13 | 38 | 47 | 2F |
| Octal | 317 | 304 | 43 | 0 | 5 | 123 | 23 | 70 | 107 | 57 |
| Binary | 11001111 | 11000100 | 100011 | 0 | 101 | 1010011 | 10011 | 111000 | 1000111 | 101111 |
Color Harmonies of #CFC423
Complementary color
Monochromatic Colors of #CFC423
Black with #CFC423
Text Example
Text Example
White with #CFC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC423; }
p { color: rgb(207,196,35); }
H1.HeaderClassName
{
color: #CFC423;
}
.AnyTagClassName
{
color: #CFC423;
}
</style>
background-color css
<style>
a { background-color: #CFC423; }
a { background-color: rgb(207,196,35); }
div.DivClassName
{
background-color: #CFC423;
}
.BgClassName
{
background-color: #CFC423;
}
</style>
border-color css
<style>
span { border-color: #CFC423; }
span { border-color: rgb(207,196,35); }
td.TdClassName
{
border-color: #CFC423;
}
.TagClassName
{
border-color: #CFC423;
}
</style>