Shades of Tacha #CDB76B
Tints of Tacha #CDB76B
RGB
CMYK
RGB Variations
Color information
#CDB76B (or 0xCDB76B) is known color: Tacha. HEX triplet: CD, B7 and 6B. RGB value is (205,183,107). Sum of RGB (Red+Green+Blue) = 205+183+107=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB76B is #324894. Grayscale: #B5B5B5. Windows color (decimal): -3295381 or 7059405. OLE color: 7059405.
HSL color Cylindrical-coordinate representation of color #CDB76B: hue angle of 46.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDB76B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 107 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.20 |
| HSL | 46.53º | 0.49% | 0.61% | - |
| HSV(B) | 46.53º | 0.48% | 0.8% | - |
| XYZ | 44.76 | 47.91 | 20.8 | - |
| YUV | 180.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 107 | 0 | 0.11 | 0.48 | 0.20 | 46.53 | 0.49 | 0.61 |
| Hex | CD | B7 | 6B | 0 | B | 30 | 14 | 2F | 31 | 3D |
| Octal | 315 | 267 | 153 | 0 | 13 | 60 | 24 | 57 | 61 | 75 |
| Binary | 11001101 | 10110111 | 1101011 | 0 | 1011 | 110000 | 10100 | 101111 | 110001 | 111101 |
Color Harmonies of #CDB76B
Complementary color
Monochromatic Colors of #CDB76B
Black with #CDB76B
Text Example
Text Example
White with #CDB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB76B; }
p { color: rgb(205,183,107); }
H1.HeaderClassName
{
color: #CDB76B;
}
.AnyTagClassName
{
color: #CDB76B;
}
</style>
background-color css
<style>
a { background-color: #CDB76B; }
a { background-color: rgb(205,183,107); }
div.DivClassName
{
background-color: #CDB76B;
}
.BgClassName
{
background-color: #CDB76B;
}
</style>
border-color css
<style>
span { border-color: #CDB76B; }
span { border-color: rgb(205,183,107); }
td.TdClassName
{
border-color: #CDB76B;
}
.TagClassName
{
border-color: #CDB76B;
}
</style>