Html Css Color HEX #C29E10 Buddha Gold

📋 copy color: '#C29E10'

red 194 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #C29E10

Tints of Buddha Gold #C29E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.93%

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

R = 52.72%
G = 42.93%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C29E10 (or 0xC29E10) is known color: Buddha Gold. HEX triplet: C2, 9E and 10. RGB value is (194,158,16). Sum of RGB (Red+Green+Blue) = 194+158+16=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E10 is #3D61EF. Grayscale: #999999. Windows color (decimal): -4022768 or 1089218. OLE color: 1089218.

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

Color convert

RGB 194 158 16 -
CMYK 0 0.19 0.92 0.24
HSL 47.87º 0.85% 0.41% -
HSV(B) 47.87º 0.92% 0.76% -
XYZ 34.57 35.96 5.61 -
YUV 152.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 194 158 16 0 0.19 0.92 0.24 47.87 0.85 0.41
Hex C2 9E 10 0 13 5C 18 30 55 29
Octal 302 236 20 0 23 134 30 60 125 51
Binary 11000010 10011110 10000 0 10011 1011100 11000 110000 1010101 101001

Color Harmonies of #C29E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E10

Black with #C29E10

Text Example


Text Example

White with #C29E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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