Shades of Barberry #CFCB1D
Tints of Barberry #CFCB1D
RGB
CMYK
RGB Variations
Color information
#CFCB1D (or 0xCFCB1D) is known color: Barberry. HEX triplet: CF, CB and 1D. RGB value is (207,203,29). Sum of RGB (Red+Green+Blue) = 207+203+29=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB1D is #3034E2. Grayscale: #B9B9B9. Windows color (decimal): -3159267 or 1952719. OLE color: 1952719.
HSL color Cylindrical-coordinate representation of color #CFCB1D: hue angle of 58.65º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFCB1D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.19 |
| HSL | 58.65º | 0.75% | 0.46% | - |
| HSV(B) | 58.65º | 0.86% | 0.81% | - |
| XYZ | 47.31 | 56.07 | 9.49 | - |
| YUV | 184.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 29 | 0 | 0.02 | 0.86 | 0.19 | 58.65 | 0.75 | 0.46 |
| Hex | CF | CB | 1D | 0 | 2 | 56 | 13 | 3B | 4B | 2E |
| Octal | 317 | 313 | 35 | 0 | 2 | 126 | 23 | 73 | 113 | 56 |
| Binary | 11001111 | 11001011 | 11101 | 0 | 10 | 1010110 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CFCB1D
Complementary color
Monochromatic Colors of #CFCB1D
Black with #CFCB1D
Text Example
Text Example
White with #CFCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB1D; }
p { color: rgb(207,203,29); }
H1.HeaderClassName
{
color: #CFCB1D;
}
.AnyTagClassName
{
color: #CFCB1D;
}
</style>
background-color css
<style>
a { background-color: #CFCB1D; }
a { background-color: rgb(207,203,29); }
div.DivClassName
{
background-color: #CFCB1D;
}
.BgClassName
{
background-color: #CFCB1D;
}
</style>
border-color css
<style>
span { border-color: #CFCB1D; }
span { border-color: rgb(207,203,29); }
td.TdClassName
{
border-color: #CFCB1D;
}
.TagClassName
{
border-color: #CFCB1D;
}
</style>