#C9A70B

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

Shades of Buddha Gold #C9A70B

Tints of Buddha Gold #C9A70B

Color information

#C9A70B (or 0xC9A70B) is unknown color: approx Buddha Gold. HEX triplet: C9, A7 and 0B. RGB value is (201,167,11). Sum of RGB (Red+Green+Blue) = 201+167+11=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A70B is #3658F4. Grayscale: #A0A0A0. Windows color (decimal): -3561717 or 763849. OLE color: 763849.

HSL color Cylindrical-coordinate representation of color #C9A70B: hue angle of 49.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9A70B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20116711-
CMYK00.170.950.21
HSL49.26º89.62%41.57%-
HSV(B)49.26º94.53%78.82%-
XYZ37.9740.086.05-
YUV159.3844.26157.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 11 (4.69% from 255) = 2.90%
R=53.03%
G=44.06%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011671100.170.950.2149.2689.6241.57
HexC9A7B0115F15315a2a
Octal31124713021137256113252
Binary110010011010011110110100011011111101011100011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A70B; }

 p { color: rgb(201,167,11); }

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

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

 a { background-color: rgb(201,167,11); }

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

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

 span { border-color: rgb(201,167,11); }

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