Html Css Color HEX #C29510 Buddha Gold

📋 copy color: '#C29510'

red 194 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #C29510

Tints of Buddha Gold #C29510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 54.04%
G = 41.5%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C29510 (or 0xC29510) is known color: Buddha Gold. HEX triplet: C2, 95 and 10. RGB value is (194,149,16). Sum of RGB (Red+Green+Blue) = 194+149+16=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29510 is #3D6AEF. Grayscale: #939393. Windows color (decimal): -4025072 or 1086914. OLE color: 1086914.

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

Color convert

RGB 194 149 16 -
CMYK 0 0.23 0.92 0.24
HSL 44.83º 0.85% 0.41% -
HSV(B) 44.83º 0.92% 0.76% -
XYZ 33.09 33 5.12 -
YUV 147.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 194 149 16 0 0.23 0.92 0.24 44.83 0.85 0.41
Hex C2 95 10 0 17 5C 18 2D 55 29
Octal 302 225 20 0 27 134 30 55 125 51
Binary 11000010 10010101 10000 0 10111 1011100 11000 101101 1010101 101001

Color Harmonies of #C29510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29510

Black with #C29510

Text Example


Text Example

White with #C29510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29510; }

 p { color: rgb(194,149,16); }

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

background-color css

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

 a { background-color: rgb(194,149,16); }

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

border-color css

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

 span { border-color: rgb(194,149,16); }

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