Html Css Color HEX #C29D1E Buddha Gold

📋 copy color: '#C29D1E'

red 194 ◦ green 157 ◦ blue 30

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

Shades of Buddha Gold #C29D1E

Tints of Buddha Gold #C29D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 50.92%
G = 41.21%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C29D1E (or 0xC29D1E) is known color: Buddha Gold. HEX triplet: C2, 9D and 1E. RGB value is (194,157,30). Sum of RGB (Red+Green+Blue) = 194+157+30=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D1E is #3D62E1. Grayscale: #9A9A9A. Windows color (decimal): -4023010 or 2006466. OLE color: 2006466.

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

Color convert

RGB 194 157 30 -
CMYK 0 0.19 0.85 0.24
HSL 46.46º 0.73% 0.44% -
HSV(B) 46.46º 0.85% 0.76% -
XYZ 34.54 35.68 6.29 -
YUV 153.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 194 157 30 0 0.19 0.85 0.24 46.46 0.73 0.44
Hex C2 9D 1E 0 13 55 18 2E 49 2C
Octal 302 235 36 0 23 125 30 56 111 54
Binary 11000010 10011101 11110 0 10011 1010101 11000 101110 1001001 101100

Color Harmonies of #C29D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D1E

Black with #C29D1E

Text Example


Text Example

White with #C29D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D1E; }

 p { color: rgb(194,157,30); }

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

background-color css

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

 a { background-color: rgb(194,157,30); }

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

border-color css

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

 span { border-color: rgb(194,157,30); }

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