#C79B02

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

Shades of Buddha Gold #C79B02

Tints of Buddha Gold #C79B02

Color information

#C79B02 (or 0xC79B02) is unknown color: approx Buddha Gold. HEX triplet: C7, 9B and 02. RGB value is (199,155,2). Sum of RGB (Red+Green+Blue) = 199+155+2=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79B02 is #3864FD. Grayscale: #979797. Windows color (decimal): -3695870 or 170951. OLE color: 170951.

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

Color convert

RGB1991552-
CMYK00.220.990.22
HSL46.6º98.01%39.41%-
HSV(B)46.6º98.99%78.04%-
XYZ35.2935.595.07-
YUV150.7144.08162.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.90%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=55.90%
G=43.54%
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
Decimal199155200.220.990.2246.698.0139.41
HexC79B201663162f6227
Octal3072332026143265714247
Binary1100011110011011100101101100011101101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79B02; }

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

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

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

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

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

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

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

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