Shades of Buddha Gold #C99D1D
Tints of Buddha Gold #C99D1D
RGB
CMYK
RGB Variations
Color information
#C99D1D (or 0xC99D1D) is known color: Buddha Gold. HEX triplet: C9, 9D and 1D. RGB value is (201,157,29). Sum of RGB (Red+Green+Blue) = 201+157+29=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D1D is #3662E2. Grayscale: #9C9C9C. Windows color (decimal): -3564259 or 1940937. OLE color: 1940937.
HSL color Cylindrical-coordinate representation of color #C99D1D: hue angle of 44.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C99D1D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 29 | - |
CMYK | 0 | 0.22 | 0.86 | 0.21 |
HSL | 44.65º | 0.75% | 0.45% | - |
HSV(B) | 44.65º | 0.86% | 0.79% | - |
XYZ | 36.37 | 36.62 | 6.31 | - |
YUV | 155.56 | 56.58 | 160.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 29 | 0 | 0.22 | 0.86 | 0.21 | 44.65 | 0.75 | 0.45 |
Hex | C9 | 9D | 1D | 0 | 16 | 56 | 15 | 2D | 4B | 2D |
Octal | 311 | 235 | 35 | 0 | 26 | 126 | 25 | 55 | 113 | 55 |
Binary | 11001001 | 10011101 | 11101 | 0 | 10110 | 1010110 | 10101 | 101101 | 1001011 | 101101 |
Color Harmonies of #C99D1D
Complementary color
Monochromatic Colors of #C99D1D
Black with #C99D1D
Text Example
Text Example
White with #C99D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D1D; }
p { color: rgb(201,157,29); }
H1.HeaderClassName
{
color: #C99D1D;
}
.AnyTagClassName
{
color: #C99D1D;
}
</style>
background-color css
<style>
a { background-color: #C99D1D; }
a { background-color: rgb(201,157,29); }
div.DivClassName
{
background-color: #C99D1D;
}
.BgClassName
{
background-color: #C99D1D;
}
</style>
border-color css
<style>
span { border-color: #C99D1D; }
span { border-color: rgb(201,157,29); }
td.TdClassName
{
border-color: #C99D1D;
}
.TagClassName
{
border-color: #C99D1D;
}
</style>