Shades of Tacha #CDC769
Tints of Tacha #CDC769
RGB
CMYK
RGB Variations
Color information
#CDC769 (or 0xCDC769) is known color: Tacha. HEX triplet: CD, C7 and 69. RGB value is (205,199,105). Sum of RGB (Red+Green+Blue) = 205+199+105=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC769 is #323896. Grayscale: #BEBEBE. Windows color (decimal): -3291287 or 6932429. OLE color: 6932429.
HSL color Cylindrical-coordinate representation of color #CDC769: hue angle of 56.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDC769 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 105 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.20 |
| HSL | 56.4º | 0.5% | 0.61% | - |
| HSV(B) | 56.4º | 0.49% | 0.8% | - |
| XYZ | 48.15 | 54.85 | 21.41 | - |
| YUV | 190.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 105 | 0 | 0.03 | 0.49 | 0.20 | 56.4 | 0.5 | 0.61 |
| Hex | CD | C7 | 69 | 0 | 3 | 31 | 14 | 38 | 32 | 3D |
| Octal | 315 | 307 | 151 | 0 | 3 | 61 | 24 | 70 | 62 | 75 |
| Binary | 11001101 | 11000111 | 1101001 | 0 | 11 | 110001 | 10100 | 111000 | 110010 | 111101 |
Color Harmonies of #CDC769
Complementary color
Monochromatic Colors of #CDC769
Black with #CDC769
Text Example
Text Example
White with #CDC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC769; }
p { color: rgb(205,199,105); }
H1.HeaderClassName
{
color: #CDC769;
}
.AnyTagClassName
{
color: #CDC769;
}
</style>
background-color css
<style>
a { background-color: #CDC769; }
a { background-color: rgb(205,199,105); }
div.DivClassName
{
background-color: #CDC769;
}
.BgClassName
{
background-color: #CDC769;
}
</style>
border-color css
<style>
span { border-color: #CDC769; }
span { border-color: rgb(205,199,105); }
td.TdClassName
{
border-color: #CDC769;
}
.TagClassName
{
border-color: #CDC769;
}
</style>