Html Css Color HEX #C49906 Buddha Gold

📋 copy color: '#C49906'

red 196 ◦ green 153 ◦ blue 6

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

Shades of Buddha Gold #C49906

Tints of Buddha Gold #C49906

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 55.21%
G = 43.1%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C49906 (or 0xC49906) is known color: Buddha Gold. HEX triplet: C4, 99 and 06. RGB value is (196,153,6). Sum of RGB (Red+Green+Blue) = 196+153+6=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49906 is #3B66F9. Grayscale: #959595. Windows color (decimal): -3892986 or 432580. OLE color: 432580.

HSL color Cylindrical-coordinate representation of color #C49906: hue angle of 46.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C49906 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 6 -
CMYK 0 0.22 0.97 0.23
HSL 46.42º 0.94% 0.4% -
HSV(B) 46.42º 0.97% 0.77% -
XYZ 34.19 34.53 5.04 -
YUV 149.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 196 153 6 0 0.22 0.97 0.23 46.42 0.94 0.4
Hex C4 99 6 0 16 61 17 2E 5E 28
Octal 304 231 6 0 26 141 27 56 136 50
Binary 11000100 10011001 110 0 10110 1100001 10111 101110 1011110 101000

Color Harmonies of #C49906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49906

Black with #C49906

Text Example


Text Example

White with #C49906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49906; }

 p { color: rgb(196,153,6); }

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

background-color css

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

 a { background-color: rgb(196,153,6); }

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

border-color css

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

 span { border-color: rgb(196,153,6); }

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