Html Css Color HEX #C29F22 Buddha Gold

📋 copy color: '#C29F22'

red 194 ◦ green 159 ◦ blue 34

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

Shades of Buddha Gold #C29F22

Tints of Buddha Gold #C29F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 50.13%
G = 41.09%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29F22 (or 0xC29F22) is known color: Buddha Gold. HEX triplet: C2, 9F and 22. RGB value is (194,159,34). Sum of RGB (Red+Green+Blue) = 194+159+34=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F22 is #3D60DD. Grayscale: #9B9B9B. Windows color (decimal): -4022494 or 2269122. OLE color: 2269122.

HSL color Cylindrical-coordinate representation of color #C29F22: hue angle of 46.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29F22 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 34 -
CMYK 0 0.18 0.82 0.24
HSL 46.88º 0.7% 0.45% -
HSV(B) 46.88º 0.82% 0.76% -
XYZ 34.94 36.38 6.69 -
YUV 155.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 194 159 34 0 0.18 0.82 0.24 46.88 0.7 0.45
Hex C2 9F 22 0 12 52 18 2F 46 2D
Octal 302 237 42 0 22 122 30 57 106 55
Binary 11000010 10011111 100010 0 10010 1010010 11000 101111 1000110 101101

Color Harmonies of #C29F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F22

Black with #C29F22

Text Example


Text Example

White with #C29F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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