Shades of Tacha #CDB65B
Tints of Tacha #CDB65B
RGB
CMYK
RGB Variations
Color information
#CDB65B (or 0xCDB65B) is known color: Tacha. HEX triplet: CD, B6 and 5B. RGB value is (205,182,91). Sum of RGB (Red+Green+Blue) = 205+182+91=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65B is #3249A4. Grayscale: #B2B2B2. Windows color (decimal): -3295653 or 6010573. OLE color: 6010573.
HSL color Cylindrical-coordinate representation of color #CDB65B: hue angle of 47.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDB65B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 91 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.20 |
| HSL | 47.89º | 0.53% | 0.58% | - |
| HSV(B) | 47.89º | 0.56% | 0.8% | - |
| XYZ | 43.79 | 47.19 | 16.7 | - |
| YUV | 178.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 91 | 0 | 0.11 | 0.56 | 0.20 | 47.89 | 0.53 | 0.58 |
| Hex | CD | B6 | 5B | 0 | B | 38 | 14 | 30 | 35 | 3A |
| Octal | 315 | 266 | 133 | 0 | 13 | 70 | 24 | 60 | 65 | 72 |
| Binary | 11001101 | 10110110 | 1011011 | 0 | 1011 | 111000 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CDB65B
Complementary color
Monochromatic Colors of #CDB65B
Black with #CDB65B
Text Example
Text Example
White with #CDB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB65B; }
p { color: rgb(205,182,91); }
H1.HeaderClassName
{
color: #CDB65B;
}
.AnyTagClassName
{
color: #CDB65B;
}
</style>
background-color css
<style>
a { background-color: #CDB65B; }
a { background-color: rgb(205,182,91); }
div.DivClassName
{
background-color: #CDB65B;
}
.BgClassName
{
background-color: #CDB65B;
}
</style>
border-color css
<style>
span { border-color: #CDB65B; }
span { border-color: rgb(205,182,91); }
td.TdClassName
{
border-color: #CDB65B;
}
.TagClassName
{
border-color: #CDB65B;
}
</style>