Html Css Color HEX #C29316 Buddha Gold

📋 copy color: '#C29316'

red 194 ◦ green 147 ◦ blue 22

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

Shades of Buddha Gold #C29316

Tints of Buddha Gold #C29316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 53.44%
G = 40.5%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C29316 (or 0xC29316) is known color: Buddha Gold. HEX triplet: C2, 93 and 16. RGB value is (194,147,22). Sum of RGB (Red+Green+Blue) = 194+147+22=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29316 is #3D6CE9. Grayscale: #939393. Windows color (decimal): -4025578 or 1479618. OLE color: 1479618.

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

Color convert

RGB 194 147 22 -
CMYK 0 0.24 0.89 0.24
HSL 43.6º 0.8% 0.42% -
HSV(B) 43.6º 0.89% 0.76% -
XYZ 32.83 32.39 5.28 -
YUV 146.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 194 147 22 0 0.24 0.89 0.24 43.6 0.8 0.42
Hex C2 93 16 0 18 59 18 2C 50 2A
Octal 302 223 26 0 30 131 30 54 120 52
Binary 11000010 10010011 10110 0 11000 1011001 11000 101100 1010000 101010

Color Harmonies of #C29316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29316

Black with #C29316

Text Example


Text Example

White with #C29316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29316; }

 p { color: rgb(194,147,22); }

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

background-color css

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

 a { background-color: rgb(194,147,22); }

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

border-color css

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

 span { border-color: rgb(194,147,22); }

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