Html Css Color HEX #C29E11 Buddha Gold

📋 copy color: '#C29E11'

red 194 ◦ green 158 ◦ blue 17

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

Shades of Buddha Gold #C29E11

Tints of Buddha Gold #C29E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 52.57%
G = 42.82%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29E11 (or 0xC29E11) is known color: Buddha Gold. HEX triplet: C2, 9E and 11. RGB value is (194,158,17). Sum of RGB (Red+Green+Blue) = 194+158+17=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E11 is #3D61EE. Grayscale: #999999. Windows color (decimal): -4022767 or 1154754. OLE color: 1154754.

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

Color convert

RGB 194 158 17 -
CMYK 0 0.19 0.91 0.24
HSL 47.8º 0.84% 0.41% -
HSV(B) 47.8º 0.91% 0.76% -
XYZ 34.58 35.96 5.65 -
YUV 152.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 194 158 17 0 0.19 0.91 0.24 47.8 0.84 0.41
Hex C2 9E 11 0 13 5B 18 30 54 29
Octal 302 236 21 0 23 133 30 60 124 51
Binary 11000010 10011110 10001 0 10011 1011011 11000 110000 1010100 101001

Color Harmonies of #C29E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E11

Black with #C29E11

Text Example


Text Example

White with #C29E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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