Shades of Tacha #CFBD62
Tints of Tacha #CFBD62
RGB
CMYK
RGB Variations
Color information
#CFBD62 (or 0xCFBD62) is known color: Tacha. HEX triplet: CF, BD and 62. RGB value is (207,189,98). Sum of RGB (Red+Green+Blue) = 207+189+98=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD62 is #30429D. Grayscale: #B8B8B8. Windows color (decimal): -3162782 or 6471119. OLE color: 6471119.
HSL color Cylindrical-coordinate representation of color #CFBD62: hue angle of 50.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFBD62 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 98 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.19 |
| HSL | 50.09º | 0.53% | 0.6% | - |
| HSV(B) | 50.09º | 0.53% | 0.81% | - |
| XYZ | 46.13 | 50.54 | 18.88 | - |
| YUV | 184.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 98 | 0 | 0.09 | 0.53 | 0.19 | 50.09 | 0.53 | 0.6 |
| Hex | CF | BD | 62 | 0 | 9 | 35 | 13 | 32 | 35 | 3C |
| Octal | 317 | 275 | 142 | 0 | 11 | 65 | 23 | 62 | 65 | 74 |
| Binary | 11001111 | 10111101 | 1100010 | 0 | 1001 | 110101 | 10011 | 110010 | 110101 | 111100 |
Color Harmonies of #CFBD62
Complementary color
Monochromatic Colors of #CFBD62
Black with #CFBD62
Text Example
Text Example
White with #CFBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD62; }
p { color: rgb(207,189,98); }
H1.HeaderClassName
{
color: #CFBD62;
}
.AnyTagClassName
{
color: #CFBD62;
}
</style>
background-color css
<style>
a { background-color: #CFBD62; }
a { background-color: rgb(207,189,98); }
div.DivClassName
{
background-color: #CFBD62;
}
.BgClassName
{
background-color: #CFBD62;
}
</style>
border-color css
<style>
span { border-color: #CFBD62; }
span { border-color: rgb(207,189,98); }
td.TdClassName
{
border-color: #CFBD62;
}
.TagClassName
{
border-color: #CFBD62;
}
</style>