#C69A12

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

Shades of Buddha Gold #C69A12

Tints of Buddha Gold #C69A12

Color information

#C69A12 (or 0xC69A12) is unknown color: approx Buddha Gold. HEX triplet: C6, 9A and 12. RGB value is (198,154,18). Sum of RGB (Red+Green+Blue) = 198+154+18=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69A12 is #3965ED. Grayscale: #989898. Windows color (decimal): -3761646 or 1219270. OLE color: 1219270.

HSL color Cylindrical-coordinate representation of color #C69A12: hue angle of 45.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C69A12 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19815418-
CMYK00.220.910.22
HSL45.33º83.33%42.35%-
HSV(B)45.33º90.91%77.65%-
XYZ34.9535.165.52-
YUV151.6552.58161.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 18 (7.42% from 255) = 4.86%
R=53.51%
G=41.62%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981541800.220.910.2245.3383.3342.35
HexC69A120165B162d532a
Octal30623222026133265512352
Binary1100011010011010100100101101011011101101011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A12; }

 p { color: rgb(198,154,18); }

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

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

 a { background-color: rgb(198,154,18); }

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

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

 span { border-color: rgb(198,154,18); }

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