Shades of Tacha #CDB65D
Tints of Tacha #CDB65D
RGB
CMYK
RGB Variations
Color information
#CDB65D (or 0xCDB65D) is known color: Tacha. HEX triplet: CD, B6 and 5D. RGB value is (205,182,93). Sum of RGB (Red+Green+Blue) = 205+182+93=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65D is #3249A2. Grayscale: #B3B3B3. Windows color (decimal): -3295651 or 6141645. OLE color: 6141645.
HSL color Cylindrical-coordinate representation of color #CDB65D: hue angle of 47.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB65D is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 93 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.20 |
| HSL | 47.68º | 0.53% | 0.58% | - |
| HSV(B) | 47.68º | 0.55% | 0.8% | - |
| XYZ | 43.88 | 47.23 | 17.16 | - |
| YUV | 178.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 93 | 0 | 0.11 | 0.55 | 0.20 | 47.68 | 0.53 | 0.58 |
| Hex | CD | B6 | 5D | 0 | B | 37 | 14 | 30 | 35 | 3A |
| Octal | 315 | 266 | 135 | 0 | 13 | 67 | 24 | 60 | 65 | 72 |
| Binary | 11001101 | 10110110 | 1011101 | 0 | 1011 | 110111 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CDB65D
Complementary color
Monochromatic Colors of #CDB65D
Black with #CDB65D
Text Example
Text Example
White with #CDB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB65D; }
p { color: rgb(205,182,93); }
H1.HeaderClassName
{
color: #CDB65D;
}
.AnyTagClassName
{
color: #CDB65D;
}
</style>
background-color css
<style>
a { background-color: #CDB65D; }
a { background-color: rgb(205,182,93); }
div.DivClassName
{
background-color: #CDB65D;
}
.BgClassName
{
background-color: #CDB65D;
}
</style>
border-color css
<style>
span { border-color: #CDB65D; }
span { border-color: rgb(205,182,93); }
td.TdClassName
{
border-color: #CDB65D;
}
.TagClassName
{
border-color: #CDB65D;
}
</style>