Shades of Buddha Gold #CDA407
Tints of Buddha Gold #CDA407
RGB
CMYK
RGB Variations
Color information
#CDA407 (or 0xCDA407) is known color: Buddha Gold. HEX triplet: CD, A4 and 07. RGB value is (205,164,7). Sum of RGB (Red+Green+Blue) = 205+164+7=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA407 is #325BF8. Grayscale: #9F9F9F. Windows color (decimal): -3300345 or 500941. OLE color: 500941.
HSL color Cylindrical-coordinate representation of color #CDA407: hue angle of 47.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA407 is Cyan = 0, Magento = 0.2, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 7 | - |
| CMYK | 0 | 0.2 | 0.97 | 0.20 |
| HSL | 47.58º | 0.93% | 0.42% | - |
| HSV(B) | 47.58º | 0.97% | 0.8% | - |
| XYZ | 38.49 | 39.55 | 5.81 | - |
| YUV | 158.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 7 | 0 | 0.2 | 0.97 | 0.20 | 47.58 | 0.93 | 0.42 |
| Hex | CD | A4 | 7 | 0 | 14 | 61 | 14 | 30 | 5D | 2A |
| Octal | 315 | 244 | 7 | 0 | 24 | 141 | 24 | 60 | 135 | 52 |
| Binary | 11001101 | 10100100 | 111 | 0 | 10100 | 1100001 | 10100 | 110000 | 1011101 | 101010 |
Color Harmonies of #CDA407
Complementary color
Monochromatic Colors of #CDA407
Black with #CDA407
Text Example
Text Example
White with #CDA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA407; }
p { color: rgb(205,164,7); }
H1.HeaderClassName
{
color: #CDA407;
}
.AnyTagClassName
{
color: #CDA407;
}
</style>
background-color css
<style>
a { background-color: #CDA407; }
a { background-color: rgb(205,164,7); }
div.DivClassName
{
background-color: #CDA407;
}
.BgClassName
{
background-color: #CDA407;
}
</style>
border-color css
<style>
span { border-color: #CDA407; }
span { border-color: rgb(205,164,7); }
td.TdClassName
{
border-color: #CDA407;
}
.TagClassName
{
border-color: #CDA407;
}
</style>