Html Css Color HEX #C29E00 Buddha Gold

📋 copy color: '#C29E00'

red 194 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #C29E00

Tints of Buddha Gold #C29E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.11%
G = 44.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C29E00 (or 0xC29E00) is known color: Buddha Gold. HEX triplet: C2, 9E and 00. RGB value is (194,158,0). Sum of RGB (Red+Green+Blue) = 194+158+0=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E00 is #3D61FF. Grayscale: #979797. Windows color (decimal): -4022784 or 40642. OLE color: 40642.

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

Color convert

RGB 194 158 0 -
CMYK 0 0.19 1 0.24
HSL 48.87º 1% 0.38% -
HSV(B) 48.87º 1% 0.76% -
XYZ 34.47 35.92 5.12 -
YUV 150.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 194 158 0 0 0.19 1 0.24 48.87 1 0.38
Hex C2 9E 0 0 13 64 18 31 64 26
Octal 302 236 0 0 23 144 30 61 144 46
Binary 11000010 10011110 0 0 10011 1100100 11000 110001 1100100 100110

Color Harmonies of #C29E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E00

Black with #C29E00

Text Example


Text Example

White with #C29E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E00; }

 p { color: rgb(194,158,0); }

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

background-color css

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

 a { background-color: rgb(194,158,0); }

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

border-color css

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

 span { border-color: rgb(194,158,0); }

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