Shades of Barberry #CFC91D
Tints of Barberry #CFC91D
RGB
CMYK
RGB Variations
Color information
#CFC91D (or 0xCFC91D) is known color: Barberry. HEX triplet: CF, C9 and 1D. RGB value is (207,201,29). Sum of RGB (Red+Green+Blue) = 207+201+29=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC91D is #3036E2. Grayscale: #B7B7B7. Windows color (decimal): -3159779 or 1952207. OLE color: 1952207.
HSL color Cylindrical-coordinate representation of color #CFC91D: hue angle of 57.98º 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 #CFC91D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 29 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.19 |
| HSL | 57.98º | 0.75% | 0.46% | - |
| HSV(B) | 57.98º | 0.86% | 0.81% | - |
| XYZ | 46.84 | 55.13 | 9.33 | - |
| YUV | 183.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 29 | 0 | 0.03 | 0.86 | 0.19 | 57.98 | 0.75 | 0.46 |
| Hex | CF | C9 | 1D | 0 | 3 | 56 | 13 | 3A | 4B | 2E |
| Octal | 317 | 311 | 35 | 0 | 3 | 126 | 23 | 72 | 113 | 56 |
| Binary | 11001111 | 11001001 | 11101 | 0 | 11 | 1010110 | 10011 | 111010 | 1001011 | 101110 |
Color Harmonies of #CFC91D
Complementary color
Monochromatic Colors of #CFC91D
Black with #CFC91D
Text Example
Text Example
White with #CFC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC91D; }
p { color: rgb(207,201,29); }
H1.HeaderClassName
{
color: #CFC91D;
}
.AnyTagClassName
{
color: #CFC91D;
}
</style>
background-color css
<style>
a { background-color: #CFC91D; }
a { background-color: rgb(207,201,29); }
div.DivClassName
{
background-color: #CFC91D;
}
.BgClassName
{
background-color: #CFC91D;
}
</style>
border-color css
<style>
span { border-color: #CFC91D; }
span { border-color: rgb(207,201,29); }
td.TdClassName
{
border-color: #CFC91D;
}
.TagClassName
{
border-color: #CFC91D;
}
</style>