#CAA117

Color #CAA117 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CAA117

Tints of Buddha Gold #CAA117

Color information

#CAA117 (or 0xCAA117) is unknown color: approx Buddha Gold. HEX triplet: CA, A1 and 17. RGB value is (202,161,23). Sum of RGB (Red+Green+Blue) = 202+161+23=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA117 is #355EE8. Grayscale: #9E9E9E. Windows color (decimal): -3497705 or 1548746. OLE color: 1548746.

HSL color Cylindrical-coordinate representation of color #CAA117: hue angle of 46.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAA117 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20216123-
CMYK00.200.890.21
HSL46.26º79.56%44.12%-
HSV(B)46.26º88.61%79.22%-
XYZ37.2638.116.2-
YUV157.5352.08159.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 23 (9.38% from 255) = 5.96%
R=52.33%
G=41.71%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021612300.200.890.2146.2679.5644.12
HexCAA11701459152e502c
Octal31224127024131255612054
Binary1100101010100001101110101001011001101011011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA117; }

 p { color: rgb(202,161,23); }

 H1.HeaderClassName
 {
   color: #CAA117;
 }
 .AnyTagClassName
 {
   color: #CAA117;
 }
</style>
background-color css

<style>
 a { background-color: #CAA117; }

 a { background-color: rgb(202,161,23); }

 div.DivClassName
 {
   background-color: #CAA117;
 }
 .BgClassName
 {
   background-color: #CAA117;
 }
</style>
border-color css

<style>
 span { border-color: #CAA117; }

 span { border-color: rgb(202,161,23); }

 td.TdClassName
 {
   border-color: #CAA117;
 }
 .TagClassName
 {
   border-color: #CAA117;
 }
</style>