Shades of Tacha #CFBD56
Tints of Tacha #CFBD56
RGB
CMYK
RGB Variations
Color information
#CFBD56 (or 0xCFBD56) is known color: Tacha. HEX triplet: CF, BD and 56. RGB value is (207,189,86). Sum of RGB (Red+Green+Blue) = 207+189+86=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD56 is #3042A9. Grayscale: #B7B7B7. Windows color (decimal): -3162794 or 5684687. OLE color: 5684687.
HSL color Cylindrical-coordinate representation of color #CFBD56: hue angle of 51.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFBD56 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 86 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.19 |
| HSL | 51.07º | 0.56% | 0.57% | - |
| HSV(B) | 51.07º | 0.58% | 0.81% | - |
| XYZ | 45.61 | 50.33 | 16.12 | - |
| YUV | 182.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 86 | 0 | 0.09 | 0.58 | 0.19 | 51.07 | 0.56 | 0.57 |
| Hex | CF | BD | 56 | 0 | 9 | 3A | 13 | 33 | 38 | 39 |
| Octal | 317 | 275 | 126 | 0 | 11 | 72 | 23 | 63 | 70 | 71 |
| Binary | 11001111 | 10111101 | 1010110 | 0 | 1001 | 111010 | 10011 | 110011 | 111000 | 111001 |
Color Harmonies of #CFBD56
Complementary color
Monochromatic Colors of #CFBD56
Black with #CFBD56
Text Example
Text Example
White with #CFBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD56; }
p { color: rgb(207,189,86); }
H1.HeaderClassName
{
color: #CFBD56;
}
.AnyTagClassName
{
color: #CFBD56;
}
</style>
background-color css
<style>
a { background-color: #CFBD56; }
a { background-color: rgb(207,189,86); }
div.DivClassName
{
background-color: #CFBD56;
}
.BgClassName
{
background-color: #CFBD56;
}
</style>
border-color css
<style>
span { border-color: #CFBD56; }
span { border-color: rgb(207,189,86); }
td.TdClassName
{
border-color: #CFBD56;
}
.TagClassName
{
border-color: #CFBD56;
}
</style>