#CAA017

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

Shades of Buddha Gold #CAA017

Tints of Buddha Gold #CAA017

Color information

#CAA017 (or 0xCAA017) is unknown color: approx Buddha Gold. HEX triplet: CA, A0 and 17. RGB value is (202,160,23). Sum of RGB (Red+Green+Blue) = 202+160+23=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA017 is #355FE8. Grayscale: #9D9D9D. Windows color (decimal): -3497961 or 1548490. OLE color: 1548490.

HSL color Cylindrical-coordinate representation of color #CAA017: hue angle of 45.92º 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 #CAA017 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20216023-
CMYK00.210.890.21
HSL45.92º79.56%44.12%-
HSV(B)45.92º88.61%79.22%-
XYZ37.0837.766.14-
YUV156.9452.41160.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 23 (9.38% from 255) = 5.97%
R=52.47%
G=41.56%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021602300.210.890.2145.9279.5644.12
HexCAA01701559152e502c
Octal31224027025131255612054
Binary1100101010100000101110101011011001101011011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA017; }

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

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

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

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

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

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

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

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