Html Css Color HEX #C29A04 Buddha Gold

📋 copy color: '#C29A04'

red 194 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #C29A04

Tints of Buddha Gold #C29A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 55.11%
G = 43.75%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C29A04 (or 0xC29A04) is known color: Buddha Gold. HEX triplet: C2, 9A and 04. RGB value is (194,154,4). Sum of RGB (Red+Green+Blue) = 194+154+4=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A04 is #3D65FB. Grayscale: #959595. Windows color (decimal): -4023804 or 301762. OLE color: 301762.

HSL color Cylindrical-coordinate representation of color #C29A04: hue angle of 47.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C29A04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 4 -
CMYK 0 0.21 0.98 0.24
HSL 47.37º 0.96% 0.39% -
HSV(B) 47.37º 0.98% 0.76% -
XYZ 33.83 34.59 5.01 -
YUV 148.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 194 154 4 0 0.21 0.98 0.24 47.37 0.96 0.39
Hex C2 9A 4 0 15 62 18 2F 60 27
Octal 302 232 4 0 25 142 30 57 140 47
Binary 11000010 10011010 100 0 10101 1100010 11000 101111 1100000 100111

Color Harmonies of #C29A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A04

Black with #C29A04

Text Example


Text Example

White with #C29A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A04; }

 p { color: rgb(194,154,4); }

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

background-color css

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

 a { background-color: rgb(194,154,4); }

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

border-color css

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

 span { border-color: rgb(194,154,4); }

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