#C29C1D

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

Shades of Buddha Gold #C29C1D

Tints of Buddha Gold #C29C1D

Color information

#C29C1D (or 0xC29C1D) is unknown color: approx Buddha Gold. HEX triplet: C2, 9C and 1D. RGB value is (194,156,29). Sum of RGB (Red+Green+Blue) = 194+156+29=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C1D is #3D63E2. Grayscale: #999999. Windows color (decimal): -4023267 or 1940674. OLE color: 1940674.

HSL color Cylindrical-coordinate representation of color #C29C1D: hue angle of 46.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C29C1D is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19415629-
CMYK00.200.850.24
HSL46.18º73.99%43.73%-
HSV(B)46.18º85.05%76.08%-
XYZ34.3635.336.17-
YUV152.8858.09157.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 29 (11.72% from 255) = 7.65%
R=51.19%
G=41.16%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941562900.200.850.2446.1873.9943.73
HexC29C1D01455182e4a2c
Octal30223435024125305611254
Binary1100001010011100111010101001010101110001011101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C1D; }

 p { color: rgb(194,156,29); }

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

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

 a { background-color: rgb(194,156,29); }

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

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

 span { border-color: rgb(194,156,29); }

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