Html Css Color HEX #C29214 Buddha Gold

📋 copy color: '#C29214'

red 194 ◦ green 146 ◦ blue 20

#C29214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C29214

Tints of Buddha Gold #C29214

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 53.89%
G = 40.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C29214 (or 0xC29214) is known color: Buddha Gold. HEX triplet: C2, 92 and 14. RGB value is (194,146,20). Sum of RGB (Red+Green+Blue) = 194+146+20=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29214 is #3D6DEB. Grayscale: #929292. Windows color (decimal): -4025836 or 1348290. OLE color: 1348290.

HSL color Cylindrical-coordinate representation of color #C29214: hue angle of 43.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C29214 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 20 -
CMYK 0 0.25 0.90 0.24
HSL 43.45º 0.81% 0.42% -
HSV(B) 43.45º 0.9% 0.76% -
XYZ 32.65 32.08 5.13 -
YUV 145.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 194 146 20 0 0.25 0.90 0.24 43.45 0.81 0.42
Hex C2 92 14 0 19 5A 18 2B 51 2A
Octal 302 222 24 0 31 132 30 53 121 52
Binary 11000010 10010010 10100 0 11001 1011010 11000 101011 1010001 101010

Color Harmonies of #C29214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29214

Black with #C29214

Text Example


Text Example

White with #C29214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29214; }

 p { color: rgb(194,146,20); }

 H1.HeaderClassName
 {
   color: #C29214;
 }
 .AnyTagClassName
 {
   color: #C29214;
 }
</style>

background-color css

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

 a { background-color: rgb(194,146,20); }

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

border-color css

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

 span { border-color: rgb(194,146,20); }

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