#CCA904

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

Shades of Buddha Gold #CCA904

Tints of Buddha Gold #CCA904

Color information

#CCA904 (or 0xCCA904) is unknown color: approx Buddha Gold. HEX triplet: CC, A9 and 04. RGB value is (204,169,4). Sum of RGB (Red+Green+Blue) = 204+169+4=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA904 is #3356FB. Grayscale: #A1A1A1. Windows color (decimal): -3364604 or 305612. OLE color: 305612.

HSL color Cylindrical-coordinate representation of color #CCA904: hue angle of 49.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCA904 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB2041694-
CMYK00.170.980.2
HSL49.5º96.15%40.78%-
HSV(B)49.5º98.04%80%-
XYZ39.1141.226.01-
YUV160.6539.6158.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 4 (1.95% from 255) = 1.06%
R=54.11%
G=44.83%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204169400.170.980.249.596.1540.78
HexCCA940116214326029
Octal3142514021142246214051
Binary11001100101010011000100011100010101001100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA904; }

 p { color: rgb(204,169,4); }

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

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

 a { background-color: rgb(204,169,4); }

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

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

 span { border-color: rgb(204,169,4); }

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