Shades of Barberry #CFB924
Tints of Barberry #CFB924
RGB
CMYK
RGB Variations
Color information
#CFB924 (or 0xCFB924) is known color: Barberry. HEX triplet: CF, B9 and 24. RGB value is (207,185,36). Sum of RGB (Red+Green+Blue) = 207+185+36=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB924 is #3046DB. Grayscale: #AFAFAF. Windows color (decimal): -3163868 or 2406863. OLE color: 2406863.
HSL color Cylindrical-coordinate representation of color #CFB924: hue angle of 52.28º 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 #CFB924 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 36 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.19 |
| HSL | 52.28º | 0.7% | 0.48% | - |
| HSV(B) | 52.28º | 0.83% | 0.81% | - |
| XYZ | 43.4 | 48.09 | 8.66 | - |
| YUV | 174.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 36 | 0 | 0.11 | 0.83 | 0.19 | 52.28 | 0.7 | 0.48 |
| Hex | CF | B9 | 24 | 0 | B | 53 | 13 | 34 | 46 | 30 |
| Octal | 317 | 271 | 44 | 0 | 13 | 123 | 23 | 64 | 106 | 60 |
| Binary | 11001111 | 10111001 | 100100 | 0 | 1011 | 1010011 | 10011 | 110100 | 1000110 | 110000 |
Color Harmonies of #CFB924
Complementary color
Monochromatic Colors of #CFB924
Black with #CFB924
Text Example
Text Example
White with #CFB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB924; }
p { color: rgb(207,185,36); }
H1.HeaderClassName
{
color: #CFB924;
}
.AnyTagClassName
{
color: #CFB924;
}
</style>
background-color css
<style>
a { background-color: #CFB924; }
a { background-color: rgb(207,185,36); }
div.DivClassName
{
background-color: #CFB924;
}
.BgClassName
{
background-color: #CFB924;
}
</style>
border-color css
<style>
span { border-color: #CFB924; }
span { border-color: rgb(207,185,36); }
td.TdClassName
{
border-color: #CFB924;
}
.TagClassName
{
border-color: #CFB924;
}
</style>