Shades of Buddha Gold #CD9A1B
Tints of Buddha Gold #CD9A1B
RGB
CMYK
RGB Variations
Color information
#CD9A1B (or 0xCD9A1B) is known color: Buddha Gold. HEX triplet: CD, 9A and 1B. RGB value is (205,154,27). Sum of RGB (Red+Green+Blue) = 205+154+27=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A1B is #3265E4. Grayscale: #9B9B9B. Windows color (decimal): -3302885 or 1809101. OLE color: 1809101.
HSL color Cylindrical-coordinate representation of color #CD9A1B: hue angle of 42.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD9A1B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 27 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.20 |
| HSL | 42.81º | 0.77% | 0.45% | - |
| HSV(B) | 42.81º | 0.87% | 0.8% | - |
| XYZ | 36.93 | 36.17 | 6.07 | - |
| YUV | 154.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 27 | 0 | 0.25 | 0.87 | 0.20 | 42.81 | 0.77 | 0.45 |
| Hex | CD | 9A | 1B | 0 | 19 | 57 | 14 | 2B | 4D | 2D |
| Octal | 315 | 232 | 33 | 0 | 31 | 127 | 24 | 53 | 115 | 55 |
| Binary | 11001101 | 10011010 | 11011 | 0 | 11001 | 1010111 | 10100 | 101011 | 1001101 | 101101 |
Color Harmonies of #CD9A1B
Complementary color
Monochromatic Colors of #CD9A1B
Black with #CD9A1B
Text Example
Text Example
White with #CD9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A1B; }
p { color: rgb(205,154,27); }
H1.HeaderClassName
{
color: #CD9A1B;
}
.AnyTagClassName
{
color: #CD9A1B;
}
</style>
background-color css
<style>
a { background-color: #CD9A1B; }
a { background-color: rgb(205,154,27); }
div.DivClassName
{
background-color: #CD9A1B;
}
.BgClassName
{
background-color: #CD9A1B;
}
</style>
border-color css
<style>
span { border-color: #CD9A1B; }
span { border-color: rgb(205,154,27); }
td.TdClassName
{
border-color: #CD9A1B;
}
.TagClassName
{
border-color: #CD9A1B;
}
</style>