#C89813

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

Shades of Buddha Gold #C89813

Tints of Buddha Gold #C89813

Color information

#C89813 (or 0xC89813) is unknown color: approx Buddha Gold. HEX triplet: C8, 98 and 13. RGB value is (200,152,19). Sum of RGB (Red+Green+Blue) = 200+152+19=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89813 is #3767EC. Grayscale: #979797. Windows color (decimal): -3631085 or 1284296. OLE color: 1284296.

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

Color convert

RGB20015219-
CMYK00.240.900.22
HSL44.09º82.65%42.94%-
HSV(B)44.09º90.5%78.43%-
XYZ35.1734.785.48-
YUV151.1953.4162.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 19 (7.81% from 255) = 5.12%
R=53.91%
G=40.97%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001521900.240.900.2244.0982.6542.94
HexC898130185A162c532b
Octal31023023030132265412353
Binary1100100010011000100110110001011010101101011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89813; }

 p { color: rgb(200,152,19); }

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

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

 a { background-color: rgb(200,152,19); }

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

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

 span { border-color: rgb(200,152,19); }

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