Shades of Tacha #CDB262
Tints of Tacha #CDB262
RGB
CMYK
RGB Variations
Color information
#CDB262 (or 0xCDB262) is known color: Tacha. HEX triplet: CD, B2 and 62. RGB value is (205,178,98). Sum of RGB (Red+Green+Blue) = 205+178+98=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB262 is #324D9D. Grayscale: #B1B1B1. Windows color (decimal): -3296670 or 6468301. OLE color: 6468301.
HSL color Cylindrical-coordinate representation of color #CDB262: hue angle of 44.86º degrees, saturation: 0.52, 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 #CDB262 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 98 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.20 |
| HSL | 44.86º | 0.52% | 0.59% | - |
| HSV(B) | 44.86º | 0.52% | 0.8% | - |
| XYZ | 43.3 | 45.7 | 18.09 | - |
| YUV | 176.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 98 | 0 | 0.13 | 0.52 | 0.20 | 44.86 | 0.52 | 0.59 |
| Hex | CD | B2 | 62 | 0 | D | 34 | 14 | 2D | 34 | 3B |
| Octal | 315 | 262 | 142 | 0 | 15 | 64 | 24 | 55 | 64 | 73 |
| Binary | 11001101 | 10110010 | 1100010 | 0 | 1101 | 110100 | 10100 | 101101 | 110100 | 111011 |
Color Harmonies of #CDB262
Complementary color
Monochromatic Colors of #CDB262
Black with #CDB262
Text Example
Text Example
White with #CDB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB262; }
p { color: rgb(205,178,98); }
H1.HeaderClassName
{
color: #CDB262;
}
.AnyTagClassName
{
color: #CDB262;
}
</style>
background-color css
<style>
a { background-color: #CDB262; }
a { background-color: rgb(205,178,98); }
div.DivClassName
{
background-color: #CDB262;
}
.BgClassName
{
background-color: #CDB262;
}
</style>
border-color css
<style>
span { border-color: #CDB262; }
span { border-color: rgb(205,178,98); }
td.TdClassName
{
border-color: #CDB262;
}
.TagClassName
{
border-color: #CDB262;
}
</style>