#C89712

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

Shades of Buddha Gold #C89712

Tints of Buddha Gold #C89712

Color information

#C89712 (or 0xC89712) is unknown color: approx Buddha Gold. HEX triplet: C8, 97 and 12. RGB value is (200,151,18). Sum of RGB (Red+Green+Blue) = 200+151+18=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C89712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89712 is #3768ED. Grayscale: #979797. Windows color (decimal): -3631342 or 1218504. OLE color: 1218504.

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

Color convert

RGB20015118-
CMYK00.240.910.22
HSL43.85º83.49%42.75%-
HSV(B)43.85º91%78.43%-
XYZ3534.465.38-
YUV150.4953.23163.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 18 (7.42% from 255) = 4.88%
R=54.20%
G=40.92%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001511800.240.910.2243.8583.4942.75
HexC897120185B162c532b
Octal31022722030133265412353
Binary1100100010010111100100110001011011101101011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89712; }

 p { color: rgb(200,151,18); }

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

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

 a { background-color: rgb(200,151,18); }

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

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

 span { border-color: rgb(200,151,18); }

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