Shades of Barberry #CFCD1B
Tints of Barberry #CFCD1B
RGB
CMYK
RGB Variations
Color information
#CFCD1B (or 0xCFCD1B) is known color: Barberry. HEX triplet: CF, CD and 1B. RGB value is (207,205,27). Sum of RGB (Red+Green+Blue) = 207+205+27=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD1B is #3032E4. Grayscale: #BABABA. Windows color (decimal): -3158757 or 1822159. OLE color: 1822159.
HSL color Cylindrical-coordinate representation of color #CFCD1B: hue angle of 59.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFCD1B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 27 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.19 |
| HSL | 59.33º | 0.77% | 0.46% | - |
| HSV(B) | 59.33º | 0.87% | 0.81% | - |
| XYZ | 47.76 | 57.01 | 9.52 | - |
| YUV | 185.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 27 | 0 | 0.01 | 0.87 | 0.19 | 59.33 | 0.77 | 0.46 |
| Hex | CF | CD | 1B | 0 | 1 | 57 | 13 | 3B | 4D | 2E |
| Octal | 317 | 315 | 33 | 0 | 1 | 127 | 23 | 73 | 115 | 56 |
| Binary | 11001111 | 11001101 | 11011 | 0 | 1 | 1010111 | 10011 | 111011 | 1001101 | 101110 |
Color Harmonies of #CFCD1B
Complementary color
Monochromatic Colors of #CFCD1B
Black with #CFCD1B
Text Example
Text Example
White with #CFCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD1B; }
p { color: rgb(207,205,27); }
H1.HeaderClassName
{
color: #CFCD1B;
}
.AnyTagClassName
{
color: #CFCD1B;
}
</style>
background-color css
<style>
a { background-color: #CFCD1B; }
a { background-color: rgb(207,205,27); }
div.DivClassName
{
background-color: #CFCD1B;
}
.BgClassName
{
background-color: #CFCD1B;
}
</style>
border-color css
<style>
span { border-color: #CFCD1B; }
span { border-color: rgb(207,205,27); }
td.TdClassName
{
border-color: #CFCD1B;
}
.TagClassName
{
border-color: #CFCD1B;
}
</style>