Shades of Barberry #CFC12D
Tints of Barberry #CFC12D
RGB
CMYK
RGB Variations
Color information
#CFC12D (or 0xCFC12D) is known color: Barberry. HEX triplet: CF, C1 and 2D. RGB value is (207,193,45). Sum of RGB (Red+Green+Blue) = 207+193+45=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC12D is #303ED2. Grayscale: #B4B4B4. Windows color (decimal): -3161811 or 2998735. OLE color: 2998735.
HSL color Cylindrical-coordinate representation of color #CFC12D: hue angle of 54.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC12D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.19 |
| HSL | 54.81º | 0.64% | 0.49% | - |
| HSV(B) | 54.81º | 0.78% | 0.81% | - |
| XYZ | 45.28 | 51.59 | 10.06 | - |
| YUV | 180.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 45 | 0 | 0.07 | 0.78 | 0.19 | 54.81 | 0.64 | 0.49 |
| Hex | CF | C1 | 2D | 0 | 7 | 4E | 13 | 37 | 40 | 31 |
| Octal | 317 | 301 | 55 | 0 | 7 | 116 | 23 | 67 | 100 | 61 |
| Binary | 11001111 | 11000001 | 101101 | 0 | 111 | 1001110 | 10011 | 110111 | 1000000 | 110001 |
Color Harmonies of #CFC12D
Complementary color
Monochromatic Colors of #CFC12D
Black with #CFC12D
Text Example
Text Example
White with #CFC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC12D; }
p { color: rgb(207,193,45); }
H1.HeaderClassName
{
color: #CFC12D;
}
.AnyTagClassName
{
color: #CFC12D;
}
</style>
background-color css
<style>
a { background-color: #CFC12D; }
a { background-color: rgb(207,193,45); }
div.DivClassName
{
background-color: #CFC12D;
}
.BgClassName
{
background-color: #CFC12D;
}
</style>
border-color css
<style>
span { border-color: #CFC12D; }
span { border-color: rgb(207,193,45); }
td.TdClassName
{
border-color: #CFC12D;
}
.TagClassName
{
border-color: #CFC12D;
}
</style>