#C89C03

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

Shades of Buddha Gold #C89C03

Tints of Buddha Gold #C89C03

Color information

#C89C03 (or 0xC89C03) is unknown color: approx Buddha Gold. HEX triplet: C8, 9C and 03. RGB value is (200,156,3). Sum of RGB (Red+Green+Blue) = 200+156+3=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C03 is #3763FC. Grayscale: #989898. Windows color (decimal): -3630077 or 236744. OLE color: 236744.

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

Color convert

RGB2001563-
CMYK00.220.980.22
HSL46.6º97.04%39.8%-
HSV(B)46.6º98.5%78.43%-
XYZ35.7236.065.16-
YUV151.7144.08162.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=55.71%
G=43.45%
B=0.84%

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
Decimal200156300.220.980.2246.697.0439.8
HexC89C301662162f6128
Octal3102343026142265714150
Binary1100100010011100110101101100010101101011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89C03; }

 p { color: rgb(200,156,3); }

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

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

 a { background-color: rgb(200,156,3); }

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

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

 span { border-color: rgb(200,156,3); }

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