Shades of Tacha #CCB35D
Tints of Tacha #CCB35D
RGB
CMYK
RGB Variations
Color information
#CCB35D (or 0xCCB35D) is known color: Tacha. HEX triplet: CC, B3 and 5D. RGB value is (204,179,93). Sum of RGB (Red+Green+Blue) = 204+179+93=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB35D is #334CA2. Grayscale: #B1B1B1. Windows color (decimal): -3361955 or 6140876. OLE color: 6140876.
HSL color Cylindrical-coordinate representation of color #CCB35D: hue angle of 46.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCB35D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 93 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.2 |
| HSL | 46.49º | 0.52% | 0.58% | - |
| HSV(B) | 46.49º | 0.54% | 0.8% | - |
| XYZ | 43 | 45.87 | 16.94 | - |
| YUV | 176.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 93 | 0 | 0.12 | 0.54 | 0.2 | 46.49 | 0.52 | 0.58 |
| Hex | CC | B3 | 5D | 0 | C | 36 | 14 | 2E | 34 | 3A |
| Octal | 314 | 263 | 135 | 0 | 14 | 66 | 24 | 56 | 64 | 72 |
| Binary | 11001100 | 10110011 | 1011101 | 0 | 1100 | 110110 | 10100 | 101110 | 110100 | 111010 |
Color Harmonies of #CCB35D
Complementary color
Monochromatic Colors of #CCB35D
Black with #CCB35D
Text Example
Text Example
White with #CCB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB35D; }
p { color: rgb(204,179,93); }
H1.HeaderClassName
{
color: #CCB35D;
}
.AnyTagClassName
{
color: #CCB35D;
}
</style>
background-color css
<style>
a { background-color: #CCB35D; }
a { background-color: rgb(204,179,93); }
div.DivClassName
{
background-color: #CCB35D;
}
.BgClassName
{
background-color: #CCB35D;
}
</style>
border-color css
<style>
span { border-color: #CCB35D; }
span { border-color: rgb(204,179,93); }
td.TdClassName
{
border-color: #CCB35D;
}
.TagClassName
{
border-color: #CCB35D;
}
</style>