Html Css Color HEX #C29710 Buddha Gold

📋 copy color: '#C29710'

red 194 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #C29710

Tints of Buddha Gold #C29710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 53.74%
G = 41.83%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C29710 (or 0xC29710) is known color: Buddha Gold. HEX triplet: C2, 97 and 10. RGB value is (194,151,16). Sum of RGB (Red+Green+Blue) = 194+151+16=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29710 is #3D68EF. Grayscale: #959595. Windows color (decimal): -4024560 or 1087426. OLE color: 1087426.

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

Color convert

RGB 194 151 16 -
CMYK 0 0.22 0.92 0.24
HSL 45.51º 0.85% 0.41% -
HSV(B) 45.51º 0.92% 0.76% -
XYZ 33.41 33.64 5.22 -
YUV 148.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 194 151 16 0 0.22 0.92 0.24 45.51 0.85 0.41
Hex C2 97 10 0 16 5C 18 2E 55 29
Octal 302 227 20 0 26 134 30 56 125 51
Binary 11000010 10010111 10000 0 10110 1011100 11000 101110 1010101 101001

Color Harmonies of #C29710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29710

Black with #C29710

Text Example


Text Example

White with #C29710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29710; }

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

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

background-color css

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

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

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

border-color css

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

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

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