Html Css Color HEX #C29F20 Buddha Gold

📋 copy color: '#C29F20'

red 194 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #C29F20

Tints of Buddha Gold #C29F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

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

R = 50.39%
G = 41.3%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29F20 (or 0xC29F20) is known color: Buddha Gold. HEX triplet: C2, 9F and 20. RGB value is (194,159,32). Sum of RGB (Red+Green+Blue) = 194+159+32=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F20 is #3D60DF. Grayscale: #9B9B9B. Windows color (decimal): -4022496 or 2138050. OLE color: 2138050.

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

Color convert

RGB 194 159 32 -
CMYK 0 0.18 0.84 0.24
HSL 47.04º 0.72% 0.44% -
HSV(B) 47.04º 0.84% 0.76% -
XYZ 34.91 36.37 6.55 -
YUV 154.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 194 159 32 0 0.18 0.84 0.24 47.04 0.72 0.44
Hex C2 9F 20 0 12 54 18 2F 48 2C
Octal 302 237 40 0 22 124 30 57 110 54
Binary 11000010 10011111 100000 0 10010 1010100 11000 101111 1001000 101100

Color Harmonies of #C29F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F20

Black with #C29F20

Text Example


Text Example

White with #C29F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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