Shades of Buddha Gold #CAA008
Tints of Buddha Gold #CAA008
RGB
CMYK
RGB Variations
Color information
#CAA008 (or 0xCAA008) is known color: Buddha Gold. HEX triplet: CA, A0 and 08. RGB value is (202,160,8). Sum of RGB (Red+Green+Blue) = 202+160+8=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA008 is #355FF7. Grayscale: #9B9B9B. Windows color (decimal): -3497976 or 565450. OLE color: 565450.
HSL color Cylindrical-coordinate representation of color #CAA008: hue angle of 47.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAA008 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.21 |
| HSL | 47.01º | 0.92% | 0.41% | - |
| HSV(B) | 47.01º | 0.96% | 0.79% | - |
| XYZ | 36.97 | 37.72 | 5.56 | - |
| YUV | 155.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 8 | 0 | 0.21 | 0.96 | 0.21 | 47.01 | 0.92 | 0.41 |
| Hex | CA | A0 | 8 | 0 | 15 | 60 | 15 | 2F | 5C | 29 |
| Octal | 312 | 240 | 10 | 0 | 25 | 140 | 25 | 57 | 134 | 51 |
| Binary | 11001010 | 10100000 | 1000 | 0 | 10101 | 1100000 | 10101 | 101111 | 1011100 | 101001 |
Color Harmonies of #CAA008
Complementary color
Monochromatic Colors of #CAA008
Black with #CAA008
Text Example
Text Example
White with #CAA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA008; }
p { color: rgb(202,160,8); }
H1.HeaderClassName
{
color: #CAA008;
}
.AnyTagClassName
{
color: #CAA008;
}
</style>
background-color css
<style>
a { background-color: #CAA008; }
a { background-color: rgb(202,160,8); }
div.DivClassName
{
background-color: #CAA008;
}
.BgClassName
{
background-color: #CAA008;
}
</style>
border-color css
<style>
span { border-color: #CAA008; }
span { border-color: rgb(202,160,8); }
td.TdClassName
{
border-color: #CAA008;
}
.TagClassName
{
border-color: #CAA008;
}
</style>