Shades of Buddha Gold #C4A401
Tints of Buddha Gold #C4A401
RGB
CMYK
RGB Variations
Color information
#C4A401 (or 0xC4A401) is known color: Buddha Gold. HEX triplet: C4, A4 and 01. RGB value is (196,164,1). Sum of RGB (Red+Green+Blue) = 196+164+1=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A401 is #3B5BFE. Grayscale: #9B9B9B. Windows color (decimal): -3890175 or 107716. OLE color: 107716.
HSL color Cylindrical-coordinate representation of color #C4A401: hue angle of 50.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4A401 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.23 |
| HSL | 50.15º | 0.99% | 0.39% | - |
| HSV(B) | 50.15º | 0.99% | 0.77% | - |
| XYZ | 36.05 | 38.29 | 5.52 | - |
| YUV | 154.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 1 | 0 | 0.16 | 0.99 | 0.23 | 50.15 | 0.99 | 0.39 |
| Hex | C4 | A4 | 1 | 0 | 10 | 63 | 17 | 32 | 63 | 27 |
| Octal | 304 | 244 | 1 | 0 | 20 | 143 | 27 | 62 | 143 | 47 |
| Binary | 11000100 | 10100100 | 1 | 0 | 10000 | 1100011 | 10111 | 110010 | 1100011 | 100111 |
Color Harmonies of #C4A401
Complementary color
Monochromatic Colors of #C4A401
Black with #C4A401
Text Example
Text Example
White with #C4A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A401; }
p { color: rgb(196,164,1); }
H1.HeaderClassName
{
color: #C4A401;
}
.AnyTagClassName
{
color: #C4A401;
}
</style>
background-color css
<style>
a { background-color: #C4A401; }
a { background-color: rgb(196,164,1); }
div.DivClassName
{
background-color: #C4A401;
}
.BgClassName
{
background-color: #C4A401;
}
</style>
border-color css
<style>
span { border-color: #C4A401; }
span { border-color: rgb(196,164,1); }
td.TdClassName
{
border-color: #C4A401;
}
.TagClassName
{
border-color: #C4A401;
}
</style>