#C89A0D

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

Shades of Buddha Gold #C89A0D

Tints of Buddha Gold #C89A0D

Color information

#C89A0D (or 0xC89A0D) is unknown color: approx Buddha Gold. HEX triplet: C8, 9A and 0D. RGB value is (200,154,13). Sum of RGB (Red+Green+Blue) = 200+154+13=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A0D is #3765F2. Grayscale: #989898. Windows color (decimal): -3630579 or 891592. OLE color: 891592.

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

Color convert

RGB20015413-
CMYK00.230.940.22
HSL45.24º87.79%41.76%-
HSV(B)45.24º93.5%78.43%-
XYZ35.4535.425.35-
YUV151.6849.74162.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.50%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 13 (5.47% from 255) = 3.54%
R=54.50%
G=41.96%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001541300.230.940.2245.2487.7941.76
HexC89AD0175E162d582a
Octal31023215027136265513052
Binary110010001001101011010101111011110101101011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A0D; }

 p { color: rgb(200,154,13); }

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

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

 a { background-color: rgb(200,154,13); }

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

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

 span { border-color: rgb(200,154,13); }

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