Html Css Color HEX #C29D1C Buddha Gold

📋 copy color: '#C29D1C'

red 194 ◦ green 157 ◦ blue 28

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

Shades of Buddha Gold #C29D1C

Tints of Buddha Gold #C29D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 51.19%
G = 41.42%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C29D1C (or 0xC29D1C) is known color: Buddha Gold. HEX triplet: C2, 9D and 1C. RGB value is (194,157,28). Sum of RGB (Red+Green+Blue) = 194+157+28=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D1C is #3D62E3. Grayscale: #999999. Windows color (decimal): -4023012 or 1875394. OLE color: 1875394.

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

Color convert

RGB 194 157 28 -
CMYK 0 0.19 0.86 0.24
HSL 46.63º 0.75% 0.44% -
HSV(B) 46.63º 0.86% 0.76% -
XYZ 34.51 35.67 6.16 -
YUV 153.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 194 157 28 0 0.19 0.86 0.24 46.63 0.75 0.44
Hex C2 9D 1C 0 13 56 18 2F 4B 2C
Octal 302 235 34 0 23 126 30 57 113 54
Binary 11000010 10011101 11100 0 10011 1010110 11000 101111 1001011 101100

Color Harmonies of #C29D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D1C

Black with #C29D1C

Text Example


Text Example

White with #C29D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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