Html Css Color HEX #C29D0C Buddha Gold

📋 copy color: '#C29D0C'

red 194 ◦ green 157 ◦ blue 12

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

Shades of Buddha Gold #C29D0C

Tints of Buddha Gold #C29D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 53.44%
G = 43.25%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C29D0C (or 0xC29D0C) is known color: Buddha Gold. HEX triplet: C2, 9D and 0C. RGB value is (194,157,12). Sum of RGB (Red+Green+Blue) = 194+157+12=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D0C is #3D62F3. Grayscale: #989898. Windows color (decimal): -4023028 or 826818. OLE color: 826818.

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

Color convert

RGB 194 157 12 -
CMYK 0 0.19 0.94 0.24
HSL 47.8º 0.88% 0.4% -
HSV(B) 47.8º 0.94% 0.76% -
XYZ 34.37 35.61 5.41 -
YUV 151.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 194 157 12 0 0.19 0.94 0.24 47.8 0.88 0.4
Hex C2 9D C 0 13 5E 18 30 58 28
Octal 302 235 14 0 23 136 30 60 130 50
Binary 11000010 10011101 1100 0 10011 1011110 11000 110000 1011000 101000

Color Harmonies of #C29D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D0C

Black with #C29D0C

Text Example


Text Example

White with #C29D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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