#C79C02

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

Shades of Buddha Gold #C79C02

Tints of Buddha Gold #C79C02

Color information

#C79C02 (or 0xC79C02) is unknown color: approx Buddha Gold. HEX triplet: C7, 9C and 02. RGB value is (199,156,2). Sum of RGB (Red+Green+Blue) = 199+156+2=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C02 is #3863FD. Grayscale: #979797. Windows color (decimal): -3695614 or 171207. OLE color: 171207.

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

Color convert

RGB1991562-
CMYK00.220.990.22
HSL46.9º98.01%39.41%-
HSV(B)46.9º98.99%78.04%-
XYZ35.4535.925.12-
YUV151.343.75162.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=55.74%
G=43.70%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199156200.220.990.2246.998.0139.41
HexC79C201663162f6227
Octal3072342026143265714247
Binary1100011110011100100101101100011101101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C02; }

 p { color: rgb(199,156,2); }

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

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

 a { background-color: rgb(199,156,2); }

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

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

 span { border-color: rgb(199,156,2); }

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