Shades of Barberry #CFCD1F
Tints of Barberry #CFCD1F
RGB
CMYK
RGB Variations
Color information
#CFCD1F (or 0xCFCD1F) is known color: Barberry. HEX triplet: CF, CD and 1F. RGB value is (207,205,31). Sum of RGB (Red+Green+Blue) = 207+205+31=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD1F is #3032E0. Grayscale: #BABABA. Windows color (decimal): -3158753 or 2084303. OLE color: 2084303.
HSL color Cylindrical-coordinate representation of color #CFCD1F: hue angle of 59.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFCD1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.19 |
| HSL | 59.32º | 0.74% | 0.47% | - |
| HSV(B) | 59.32º | 0.85% | 0.81% | - |
| XYZ | 47.81 | 57.03 | 9.78 | - |
| YUV | 185.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 31 | 0 | 0.01 | 0.85 | 0.19 | 59.32 | 0.74 | 0.47 |
| Hex | CF | CD | 1F | 0 | 1 | 55 | 13 | 3B | 4A | 2F |
| Octal | 317 | 315 | 37 | 0 | 1 | 125 | 23 | 73 | 112 | 57 |
| Binary | 11001111 | 11001101 | 11111 | 0 | 1 | 1010101 | 10011 | 111011 | 1001010 | 101111 |
Color Harmonies of #CFCD1F
Complementary color
Monochromatic Colors of #CFCD1F
Black with #CFCD1F
Text Example
Text Example
White with #CFCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD1F; }
p { color: rgb(207,205,31); }
H1.HeaderClassName
{
color: #CFCD1F;
}
.AnyTagClassName
{
color: #CFCD1F;
}
</style>
background-color css
<style>
a { background-color: #CFCD1F; }
a { background-color: rgb(207,205,31); }
div.DivClassName
{
background-color: #CFCD1F;
}
.BgClassName
{
background-color: #CFCD1F;
}
</style>
border-color css
<style>
span { border-color: #CFCD1F; }
span { border-color: rgb(207,205,31); }
td.TdClassName
{
border-color: #CFCD1F;
}
.TagClassName
{
border-color: #CFCD1F;
}
</style>