#C9A400

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

Shades of Buddha Gold #C9A400

Tints of Buddha Gold #C9A400

Color information

#C9A400 (or 0xC9A400) is unknown color: approx Buddha Gold. HEX triplet: C9, A4 and 00. RGB value is (201,164,0). Sum of RGB (Red+Green+Blue) = 201+164+0=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A400 is #365BFF. Grayscale: #9D9D9D. Windows color (decimal): -3562496 or 42185. OLE color: 42185.

HSL color Cylindrical-coordinate representation of color #C9A400: hue angle of 48.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2011640-
CMYK00.1810.21
HSL48.96º100%39.41%-
HSV(B)48.96º100%78.82%-
XYZ37.3638.975.55-
YUV156.3739.76159.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.07%
G=44.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201164000.1810.2148.9610039.41
HexC9A400126415316427
Octal3112440022144256114447
Binary110010011010010000100101100100101011100011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A400; }

 p { color: rgb(201,164,0); }

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

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

 a { background-color: rgb(201,164,0); }

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

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

 span { border-color: rgb(201,164,0); }

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