#CAA608

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

Shades of Buddha Gold #CAA608

Tints of Buddha Gold #CAA608

Color information

#CAA608 (or 0xCAA608) is unknown color: approx Buddha Gold. HEX triplet: CA, A6 and 08. RGB value is (202,166,8). Sum of RGB (Red+Green+Blue) = 202+166+8=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA608 is #3559F7. Grayscale: #9F9F9F. Windows color (decimal): -3496440 or 566986. OLE color: 566986.

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

Color convert

RGB2021668-
CMYK00.180.960.21
HSL48.87º92.38%41.18%-
HSV(B)48.87º96.04%79.22%-
XYZ38.0439.855.92-
YUV158.7542.93158.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=53.72%
G=44.15%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202166800.180.960.2148.8792.3841.18
HexCAA680126015315c29
Octal31224610022140256113451
Binary110010101010011010000100101100000101011100011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA608; }

 p { color: rgb(202,166,8); }

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

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

 a { background-color: rgb(202,166,8); }

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

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

 span { border-color: rgb(202,166,8); }

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