#CAA217

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

Shades of Buddha Gold #CAA217

Tints of Buddha Gold #CAA217

Color information

#CAA217 (or 0xCAA217) is unknown color: approx Buddha Gold. HEX triplet: CA, A2 and 17. RGB value is (202,162,23). Sum of RGB (Red+Green+Blue) = 202+162+23=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA217 is #355DE8. Grayscale: #9E9E9E. Windows color (decimal): -3497449 or 1549002. OLE color: 1549002.

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

Color convert

RGB20216223-
CMYK00.200.890.21
HSL46.59º79.56%44.12%-
HSV(B)46.59º88.61%79.22%-
XYZ37.4338.466.26-
YUV158.1151.75159.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 23 (9.38% from 255) = 5.94%
R=52.20%
G=41.86%
B=5.94%

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
Decimal2021622300.200.890.2146.5979.5644.12
HexCAA21701459152f502c
Octal31224227024131255712054
Binary1100101010100010101110101001011001101011011111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA217; }

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

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

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

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

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

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

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

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