#C89B05

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

Shades of Buddha Gold #C89B05

Tints of Buddha Gold #C89B05

Color information

#C89B05 (or 0xC89B05) is unknown color: approx Buddha Gold. HEX triplet: C8, 9B and 05. RGB value is (200,155,5). Sum of RGB (Red+Green+Blue) = 200+155+5=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B05 is #3764FA. Grayscale: #989898. Windows color (decimal): -3630331 or 367560. OLE color: 367560.

HSL color Cylindrical-coordinate representation of color #C89B05: hue angle of 46.15º 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 #C89B05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB2001555-
CMYK00.220.980.22
HSL46.15º95.12%40.2%-
HSV(B)46.15º97.5%78.43%-
XYZ35.5735.735.17-
YUV151.3545.41162.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=55.56%
G=43.06%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200155500.220.980.2246.1595.1240.2
HexC89B501662162e5f28
Octal3102335026142265613750
Binary11001000100110111010101101100010101101011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B05; }

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

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

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

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

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

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

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

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