#C89A05

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

Shades of Buddha Gold #C89A05

Tints of Buddha Gold #C89A05

Color information

#C89A05 (or 0xC89A05) is unknown color: approx Buddha Gold. HEX triplet: C8, 9A and 05. RGB value is (200,154,5). Sum of RGB (Red+Green+Blue) = 200+154+5=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A05 is #3765FA. Grayscale: #979797. Windows color (decimal): -3630587 or 367304. OLE color: 367304.

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

Color convert

RGB2001545-
CMYK00.230.980.22
HSL45.85º95.12%40.2%-
HSV(B)45.85º97.5%78.43%-
XYZ35.435.45.11-
YUV150.7745.74163.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=55.71%
G=42.90%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200154500.230.980.2245.8595.1240.2
HexC89A501762162e5f28
Octal3102325027142265613750
Binary11001000100110101010101111100010101101011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A05; }

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

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

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

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

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

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

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

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