Shades of Buddha Gold #C99019
Tints of Buddha Gold #C99019
RGB
CMYK
RGB Variations
Color information
#C99019 (or 0xC99019) is known color: Buddha Gold. HEX triplet: C9, 90 and 19. RGB value is (201,144,25). Sum of RGB (Red+Green+Blue) = 201+144+25=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C99019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99019 is #366FE6. Grayscale: #949494. Windows color (decimal): -3567591 or 1675465. OLE color: 1675465.
HSL color Cylindrical-coordinate representation of color #C99019: hue angle of 40.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C99019 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 25 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.21 |
| HSL | 40.57º | 0.78% | 0.44% | - |
| HSV(B) | 40.57º | 0.88% | 0.79% | - |
| XYZ | 34.24 | 32.43 | 5.38 | - |
| YUV | 147.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 25 | 0 | 0.28 | 0.88 | 0.21 | 40.57 | 0.78 | 0.44 |
| Hex | C9 | 90 | 19 | 0 | 1C | 58 | 15 | 29 | 4E | 2C |
| Octal | 311 | 220 | 31 | 0 | 34 | 130 | 25 | 51 | 116 | 54 |
| Binary | 11001001 | 10010000 | 11001 | 0 | 11100 | 1011000 | 10101 | 101001 | 1001110 | 101100 |
Color Harmonies of #C99019
Complementary color
Monochromatic Colors of #C99019
Black with #C99019
Text Example
Text Example
White with #C99019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99019; }
p { color: rgb(201,144,25); }
H1.HeaderClassName
{
color: #C99019;
}
.AnyTagClassName
{
color: #C99019;
}
</style>
background-color css
<style>
a { background-color: #C99019; }
a { background-color: rgb(201,144,25); }
div.DivClassName
{
background-color: #C99019;
}
.BgClassName
{
background-color: #C99019;
}
</style>
border-color css
<style>
span { border-color: #C99019; }
span { border-color: rgb(201,144,25); }
td.TdClassName
{
border-color: #C99019;
}
.TagClassName
{
border-color: #C99019;
}
</style>