Html Css Color HEX #C29E20 Buddha Gold

📋 copy color: '#C29E20'

red 194 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #C29E20

Tints of Buddha Gold #C29E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 50.52%
G = 41.15%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29E20 (or 0xC29E20) is known color: Buddha Gold. HEX triplet: C2, 9E and 20. RGB value is (194,158,32). Sum of RGB (Red+Green+Blue) = 194+158+32=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E20 is #3D61DF. Grayscale: #9A9A9A. Windows color (decimal): -4022752 or 2137794. OLE color: 2137794.

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

Color convert

RGB 194 158 32 -
CMYK 0 0.19 0.84 0.24
HSL 46.67º 0.72% 0.44% -
HSV(B) 46.67º 0.84% 0.76% -
XYZ 34.74 36.03 6.49 -
YUV 154.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 194 158 32 0 0.19 0.84 0.24 46.67 0.72 0.44
Hex C2 9E 20 0 13 54 18 2F 48 2C
Octal 302 236 40 0 23 124 30 57 110 54
Binary 11000010 10011110 100000 0 10011 1010100 11000 101111 1001000 101100

Color Harmonies of #C29E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E20

Black with #C29E20

Text Example


Text Example

White with #C29E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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