Shades of Tacha #CDB462
Tints of Tacha #CDB462
RGB
CMYK
RGB Variations
Color information
#CDB462 (or 0xCDB462) is known color: Tacha. HEX triplet: CD, B4 and 62. RGB value is (205,180,98). Sum of RGB (Red+Green+Blue) = 205+180+98=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB462 is #324B9D. Grayscale: #B2B2B2. Windows color (decimal): -3296158 or 6468813. OLE color: 6468813.
HSL color Cylindrical-coordinate representation of color #CDB462: hue angle of 45.98º 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 #CDB462 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 98 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.20 |
| HSL | 45.98º | 0.52% | 0.59% | - |
| HSV(B) | 45.98º | 0.52% | 0.8% | - |
| XYZ | 43.7 | 46.5 | 18.23 | - |
| YUV | 178.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 98 | 0 | 0.12 | 0.52 | 0.20 | 45.98 | 0.52 | 0.59 |
| Hex | CD | B4 | 62 | 0 | C | 34 | 14 | 2E | 34 | 3B |
| Octal | 315 | 264 | 142 | 0 | 14 | 64 | 24 | 56 | 64 | 73 |
| Binary | 11001101 | 10110100 | 1100010 | 0 | 1100 | 110100 | 10100 | 101110 | 110100 | 111011 |
Color Harmonies of #CDB462
Complementary color
Monochromatic Colors of #CDB462
Black with #CDB462
Text Example
Text Example
White with #CDB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB462; }
p { color: rgb(205,180,98); }
H1.HeaderClassName
{
color: #CDB462;
}
.AnyTagClassName
{
color: #CDB462;
}
</style>
background-color css
<style>
a { background-color: #CDB462; }
a { background-color: rgb(205,180,98); }
div.DivClassName
{
background-color: #CDB462;
}
.BgClassName
{
background-color: #CDB462;
}
</style>
border-color css
<style>
span { border-color: #CDB462; }
span { border-color: rgb(205,180,98); }
td.TdClassName
{
border-color: #CDB462;
}
.TagClassName
{
border-color: #CDB462;
}
</style>