Shades of Barberry #CFBD29
Tints of Barberry #CFBD29
RGB
CMYK
RGB Variations
Color information
#CFBD29 (or 0xCFBD29) is known color: Barberry. HEX triplet: CF, BD and 29. RGB value is (207,189,41). Sum of RGB (Red+Green+Blue) = 207+189+41=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD29 is #3042D6. Grayscale: #B2B2B2. Windows color (decimal): -3162839 or 2735567. OLE color: 2735567.
HSL color Cylindrical-coordinate representation of color #CFBD29: hue angle of 53.49º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFBD29 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 41 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.19 |
| HSL | 53.49º | 0.67% | 0.49% | - |
| HSV(B) | 53.49º | 0.8% | 0.81% | - |
| XYZ | 44.33 | 49.82 | 9.38 | - |
| YUV | 177.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 41 | 0 | 0.09 | 0.80 | 0.19 | 53.49 | 0.67 | 0.49 |
| Hex | CF | BD | 29 | 0 | 9 | 50 | 13 | 35 | 43 | 31 |
| Octal | 317 | 275 | 51 | 0 | 11 | 120 | 23 | 65 | 103 | 61 |
| Binary | 11001111 | 10111101 | 101001 | 0 | 1001 | 1010000 | 10011 | 110101 | 1000011 | 110001 |
Color Harmonies of #CFBD29
Complementary color
Monochromatic Colors of #CFBD29
Black with #CFBD29
Text Example
Text Example
White with #CFBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD29; }
p { color: rgb(207,189,41); }
H1.HeaderClassName
{
color: #CFBD29;
}
.AnyTagClassName
{
color: #CFBD29;
}
</style>
background-color css
<style>
a { background-color: #CFBD29; }
a { background-color: rgb(207,189,41); }
div.DivClassName
{
background-color: #CFBD29;
}
.BgClassName
{
background-color: #CFBD29;
}
</style>
border-color css
<style>
span { border-color: #CFBD29; }
span { border-color: rgb(207,189,41); }
td.TdClassName
{
border-color: #CFBD29;
}
.TagClassName
{
border-color: #CFBD29;
}
</style>