Shades of Buddha Gold #CDA608
Tints of Buddha Gold #CDA608
RGB
CMYK
RGB Variations
Color information
#CDA608 (or 0xCDA608) is known color: Buddha Gold. HEX triplet: CD, A6 and 08. RGB value is (205,166,8). Sum of RGB (Red+Green+Blue) = 205+166+8=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA608 is #3259F7. Grayscale: #A0A0A0. Windows color (decimal): -3299832 or 566989. OLE color: 566989.
HSL color Cylindrical-coordinate representation of color #CDA608: hue angle of 48.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDA608 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.20 |
| HSL | 48.12º | 0.92% | 0.42% | - |
| HSV(B) | 48.12º | 0.96% | 0.8% | - |
| XYZ | 38.86 | 40.27 | 5.95 | - |
| YUV | 159.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 8 | 0 | 0.19 | 0.96 | 0.20 | 48.12 | 0.92 | 0.42 |
| Hex | CD | A6 | 8 | 0 | 13 | 60 | 14 | 30 | 5C | 2A |
| Octal | 315 | 246 | 10 | 0 | 23 | 140 | 24 | 60 | 134 | 52 |
| Binary | 11001101 | 10100110 | 1000 | 0 | 10011 | 1100000 | 10100 | 110000 | 1011100 | 101010 |
Color Harmonies of #CDA608
Complementary color
Monochromatic Colors of #CDA608
Black with #CDA608
Text Example
Text Example
White with #CDA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA608; }
p { color: rgb(205,166,8); }
H1.HeaderClassName
{
color: #CDA608;
}
.AnyTagClassName
{
color: #CDA608;
}
</style>
background-color css
<style>
a { background-color: #CDA608; }
a { background-color: rgb(205,166,8); }
div.DivClassName
{
background-color: #CDA608;
}
.BgClassName
{
background-color: #CDA608;
}
</style>
border-color css
<style>
span { border-color: #CDA608; }
span { border-color: rgb(205,166,8); }
td.TdClassName
{
border-color: #CDA608;
}
.TagClassName
{
border-color: #CDA608;
}
</style>