Html Css Color HEX #C4A616 Buddha Gold

📋 copy color: '#C4A616'

red 196 ◦ green 166 ◦ blue 22

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

Shades of Buddha Gold #C4A616

Tints of Buddha Gold #C4A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 51.04%
G = 43.23%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4A616 (or 0xC4A616) is known color: Buddha Gold. HEX triplet: C4, A6 and 16. RGB value is (196,166,22). Sum of RGB (Red+Green+Blue) = 196+166+22=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A616 is #3B59E9. Grayscale: #9F9F9F. Windows color (decimal): -3889642 or 1484484. OLE color: 1484484.

HSL color Cylindrical-coordinate representation of color #C4A616: hue angle of 49.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4A616 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 22 -
CMYK 0 0.15 0.89 0.23
HSL 49.66º 0.8% 0.43% -
HSV(B) 49.66º 0.89% 0.77% -
XYZ 36.55 39.07 6.37 -
YUV 158.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 196 166 22 0 0.15 0.89 0.23 49.66 0.8 0.43
Hex C4 A6 16 0 F 59 17 32 50 2B
Octal 304 246 26 0 17 131 27 62 120 53
Binary 11000100 10100110 10110 0 1111 1011001 10111 110010 1010000 101011

Color Harmonies of #C4A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A616

Black with #C4A616

Text Example


Text Example

White with #C4A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A616; }

 p { color: rgb(196,166,22); }

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

background-color css

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

 a { background-color: rgb(196,166,22); }

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

border-color css

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

 span { border-color: rgb(196,166,22); }

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