Shades of Tacha #CDB65C
Tints of Tacha #CDB65C
RGB
CMYK
RGB Variations
Color information
#CDB65C (or 0xCDB65C) is known color: Tacha. HEX triplet: CD, B6 and 5C. RGB value is (205,182,92). Sum of RGB (Red+Green+Blue) = 205+182+92=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65C is #3249A3. Grayscale: #B3B3B3. Windows color (decimal): -3295652 or 6076109. OLE color: 6076109.
HSL color Cylindrical-coordinate representation of color #CDB65C: hue angle of 47.79º 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 #CDB65C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 92 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.20 |
| HSL | 47.79º | 0.53% | 0.58% | - |
| HSV(B) | 47.79º | 0.55% | 0.8% | - |
| XYZ | 43.84 | 47.21 | 16.93 | - |
| YUV | 178.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 92 | 0 | 0.11 | 0.55 | 0.20 | 47.79 | 0.53 | 0.58 |
| Hex | CD | B6 | 5C | 0 | B | 37 | 14 | 30 | 35 | 3A |
| Octal | 315 | 266 | 134 | 0 | 13 | 67 | 24 | 60 | 65 | 72 |
| Binary | 11001101 | 10110110 | 1011100 | 0 | 1011 | 110111 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CDB65C
Complementary color
Monochromatic Colors of #CDB65C
Black with #CDB65C
Text Example
Text Example
White with #CDB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB65C; }
p { color: rgb(205,182,92); }
H1.HeaderClassName
{
color: #CDB65C;
}
.AnyTagClassName
{
color: #CDB65C;
}
</style>
background-color css
<style>
a { background-color: #CDB65C; }
a { background-color: rgb(205,182,92); }
div.DivClassName
{
background-color: #CDB65C;
}
.BgClassName
{
background-color: #CDB65C;
}
</style>
border-color css
<style>
span { border-color: #CDB65C; }
span { border-color: rgb(205,182,92); }
td.TdClassName
{
border-color: #CDB65C;
}
.TagClassName
{
border-color: #CDB65C;
}
</style>