#C89013

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

Shades of Buddha Gold #C89013

Tints of Buddha Gold #C89013

Color information

#C89013 (or 0xC89013) is unknown color: approx Buddha Gold. HEX triplet: C8, 90 and 13. RGB value is (200,144,19). Sum of RGB (Red+Green+Blue) = 200+144+19=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C89013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89013 is #376FEC. Grayscale: #939393. Windows color (decimal): -3633133 or 1282248. OLE color: 1282248.

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

Color convert

RGB20014419-
CMYK00.280.900.22
HSL41.44º82.65%42.94%-
HSV(B)41.44º90.5%78.43%-
XYZ33.9132.275.06-
YUV146.4956.05166.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 19 (7.81% from 255) = 5.23%
R=55.10%
G=39.67%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001441900.280.900.2241.4482.6542.94
HexC8901301C5A1629532b
Octal31022023034132265112353
Binary1100100010010000100110111001011010101101010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89013; }

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

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

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

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

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

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

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

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