Html Css Color HEX #C29611 Buddha Gold

📋 copy color: '#C29611'

red 194 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C29611

Tints of Buddha Gold #C29611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 53.74%
G = 41.55%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C29611 (or 0xC29611) is known color: Buddha Gold. HEX triplet: C2, 96 and 11. RGB value is (194,150,17). Sum of RGB (Red+Green+Blue) = 194+150+17=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29611 is #3D69EE. Grayscale: #949494. Windows color (decimal): -4024815 or 1152706. OLE color: 1152706.

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

Color convert

RGB 194 150 17 -
CMYK 0 0.23 0.91 0.24
HSL 45.08º 0.84% 0.41% -
HSV(B) 45.08º 0.91% 0.76% -
XYZ 33.26 33.32 5.21 -
YUV 147.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 194 150 17 0 0.23 0.91 0.24 45.08 0.84 0.41
Hex C2 96 11 0 17 5B 18 2D 54 29
Octal 302 226 21 0 27 133 30 55 124 51
Binary 11000010 10010110 10001 0 10111 1011011 11000 101101 1010100 101001

Color Harmonies of #C29611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29611

Black with #C29611

Text Example


Text Example

White with #C29611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29611; }

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

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

background-color css

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

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

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

border-color css

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

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

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