Shades of Tacha #CFBD53
Tints of Tacha #CFBD53
RGB
CMYK
RGB Variations
Color information
#CFBD53 (or 0xCFBD53) is known color: Tacha. HEX triplet: CF, BD and 53. RGB value is (207,189,83). Sum of RGB (Red+Green+Blue) = 207+189+83=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD53 is #3042AC. Grayscale: #B6B6B6. Windows color (decimal): -3162797 or 5488079. OLE color: 5488079.
HSL color Cylindrical-coordinate representation of color #CFBD53: hue angle of 51.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFBD53 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 83 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.19 |
| HSL | 51.29º | 0.56% | 0.57% | - |
| HSV(B) | 51.29º | 0.6% | 0.81% | - |
| XYZ | 45.49 | 50.29 | 15.49 | - |
| YUV | 182.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 83 | 0 | 0.09 | 0.60 | 0.19 | 51.29 | 0.56 | 0.57 |
| Hex | CF | BD | 53 | 0 | 9 | 3C | 13 | 33 | 38 | 39 |
| Octal | 317 | 275 | 123 | 0 | 11 | 74 | 23 | 63 | 70 | 71 |
| Binary | 11001111 | 10111101 | 1010011 | 0 | 1001 | 111100 | 10011 | 110011 | 111000 | 111001 |
Color Harmonies of #CFBD53
Complementary color
Monochromatic Colors of #CFBD53
Black with #CFBD53
Text Example
Text Example
White with #CFBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD53; }
p { color: rgb(207,189,83); }
H1.HeaderClassName
{
color: #CFBD53;
}
.AnyTagClassName
{
color: #CFBD53;
}
</style>
background-color css
<style>
a { background-color: #CFBD53; }
a { background-color: rgb(207,189,83); }
div.DivClassName
{
background-color: #CFBD53;
}
.BgClassName
{
background-color: #CFBD53;
}
</style>
border-color css
<style>
span { border-color: #CFBD53; }
span { border-color: rgb(207,189,83); }
td.TdClassName
{
border-color: #CFBD53;
}
.TagClassName
{
border-color: #CFBD53;
}
</style>