Shades of Tacha #CCBD61
Tints of Tacha #CCBD61
RGB
CMYK
RGB Variations
Color information
#CCBD61 (or 0xCCBD61) is known color: Tacha. HEX triplet: CC, BD and 61. RGB value is (204,189,97). Sum of RGB (Red+Green+Blue) = 204+189+97=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD61 is #33429E. Grayscale: #B7B7B7. Windows color (decimal): -3359391 or 6405580. OLE color: 6405580.
HSL color Cylindrical-coordinate representation of color #CCBD61: hue angle of 51.59º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCBD61 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 97 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.2 |
| HSL | 51.59º | 0.51% | 0.59% | - |
| HSV(B) | 51.59º | 0.52% | 0.8% | - |
| XYZ | 45.26 | 50.1 | 18.59 | - |
| YUV | 183 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 97 | 0 | 0.07 | 0.52 | 0.2 | 51.59 | 0.51 | 0.59 |
| Hex | CC | BD | 61 | 0 | 7 | 34 | 14 | 34 | 33 | 3B |
| Octal | 314 | 275 | 141 | 0 | 7 | 64 | 24 | 64 | 63 | 73 |
| Binary | 11001100 | 10111101 | 1100001 | 0 | 111 | 110100 | 10100 | 110100 | 110011 | 111011 |
Color Harmonies of #CCBD61
Complementary color
Monochromatic Colors of #CCBD61
Black with #CCBD61
Text Example
Text Example
White with #CCBD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD61; }
p { color: rgb(204,189,97); }
H1.HeaderClassName
{
color: #CCBD61;
}
.AnyTagClassName
{
color: #CCBD61;
}
</style>
background-color css
<style>
a { background-color: #CCBD61; }
a { background-color: rgb(204,189,97); }
div.DivClassName
{
background-color: #CCBD61;
}
.BgClassName
{
background-color: #CCBD61;
}
</style>
border-color css
<style>
span { border-color: #CCBD61; }
span { border-color: rgb(204,189,97); }
td.TdClassName
{
border-color: #CCBD61;
}
.TagClassName
{
border-color: #CCBD61;
}
</style>