Shades of Barberry #CFC723
Tints of Barberry #CFC723
RGB
CMYK
RGB Variations
Color information
#CFC723 (or 0xCFC723) is known color: Barberry. HEX triplet: CF, C7 and 23. RGB value is (207,199,35). Sum of RGB (Red+Green+Blue) = 207+199+35=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC723 is #3038DC. Grayscale: #B7B7B7. Windows color (decimal): -3160285 or 2344911. OLE color: 2344911.
HSL color Cylindrical-coordinate representation of color #CFC723: hue angle of 57.21º 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 #CFC723 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 35 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.19 |
| HSL | 57.21º | 0.71% | 0.47% | - |
| HSV(B) | 57.21º | 0.83% | 0.81% | - |
| XYZ | 46.46 | 54.23 | 9.61 | - |
| YUV | 182.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 35 | 0 | 0.04 | 0.83 | 0.19 | 57.21 | 0.71 | 0.47 |
| Hex | CF | C7 | 23 | 0 | 4 | 53 | 13 | 39 | 47 | 2F |
| Octal | 317 | 307 | 43 | 0 | 4 | 123 | 23 | 71 | 107 | 57 |
| Binary | 11001111 | 11000111 | 100011 | 0 | 100 | 1010011 | 10011 | 111001 | 1000111 | 101111 |
Color Harmonies of #CFC723
Complementary color
Monochromatic Colors of #CFC723
Black with #CFC723
Text Example
Text Example
White with #CFC723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC723; }
p { color: rgb(207,199,35); }
H1.HeaderClassName
{
color: #CFC723;
}
.AnyTagClassName
{
color: #CFC723;
}
</style>
background-color css
<style>
a { background-color: #CFC723; }
a { background-color: rgb(207,199,35); }
div.DivClassName
{
background-color: #CFC723;
}
.BgClassName
{
background-color: #CFC723;
}
</style>
border-color css
<style>
span { border-color: #CFC723; }
span { border-color: rgb(207,199,35); }
td.TdClassName
{
border-color: #CFC723;
}
.TagClassName
{
border-color: #CFC723;
}
</style>